add table of suggested chars for accents/lines#552
Draft
add table of suggested chars for accents/lines#552
Conversation
src/character-set.html
Outdated
| proper positioning when used as accents. This section has recommendations | ||
| for which characters to use as accents in MathML. It is important to note that | ||
| only a limited number of fonts support proper mathematical layout. | ||
| Browsers and likely other software currently require the use of fonts with an OpenType MATH |
Collaborator
There was a problem hiding this comment.
Suggested change
| Browsers and likely other software currently require the use of fonts with an OpenType MATH | |
| Browsers and likely other software currently require the use of fonts with an OpenType MATH | |
| table. |
davidcarlisle
requested changes
Jan 22, 2026
| <td>_</td> | ||
| <td><math><mover accent="true"><mi>x</mi><mo>_</mo></mover></math></td> | ||
| <td><math><mover accent="true"><mrow><mi>x</mi><mo>+</mo><mi>y</mi></mrow><mo stretchy='true'>_</mo></mover></math></td> | ||
| <td>U+00AF (overline) doesn't stretch in Chrome and displays poorly in Safari. U+0304 and U+0305 don't stretch anywhere</td> |
Collaborator
There was a problem hiding this comment.
I don't think we can be making comparative judgements of specific implementations in the spec, I think we should just have a paragraph describing the issue. We can link to appendix B.3 of mathml-core (assuming we land the PR to update that and also, we could link to MathFonts.github.io accents test to tell people to see which characters stretch in current implementations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This still needs work/discussion. Implementations are all over the place (or don't work for any character). Not sure what we should do.