-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
This is the current text at https://mathml-refresh.github.io/mathml-core/#opentype-features:
<p>
Good mathematical rendering requires use of non-Unicode glyphs.
Mathematical fonts may only provide these glyphs when the
<code>math</code> script tag is enabled [[OPEN-FONT-FORMAT]],
so user agents must
ensure that it is the case when rendering text inside the
<code><mtext></code> element.
</p>
From https://docs.microsoft.com/en-us/typography/opentype/spec/math:
'math' | Script tag to be used for features in math layout. The only language system supported with this tag is the default language system.
I believe this was only needed because of rtlm ( w3c/mathml#148 ) and ssty ( #135 ). But we moved them to level-2 so it seems the same should be true for this.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
fred-wang commentedon Jun 23, 2020
consensus from 2020/06/23: move to level-2
Remove text for the "math" tag.
fred-wang commentedon Jun 23, 2020
text removed.
Incidentally, the text was saying "mtext" but it should really be all MathML token elements (minus mspace)