-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextBlock <-> TextRun parity #3071
Labels
Comments
I personally vote against this. These properties will conflict with Markdown support, which is precisely why we decided that RichTextBlock would not support Markdown. |
7/12/2019 review meeting
|
7 tasks
Merged
This issue has been automatically marked as stale because it has not had any activity for 5 days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
All the relevant properties on TextRun should also be on TextBlock and vice versa
Requirements
Spec/schema
After the proposal process, update this with a link to the spec PR.
Proposed changes
Added to TextBlock
highlight
italic
selectAction
strikethrough
underline
Added to TextRun
Example
Host Config
N/A
Down-level impact
Minimal. The new properties won't be respected down-level.
Host burden
N/A
The text was updated successfully, but these errors were encountered: