Skip to content

Commit 8e85d31

Browse files
committed
[css-fonts-3] fix issues noted on the call by @fantasai
1 parent 783912f commit 8e85d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-fonts-3/Fonts.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3018,7 +3018,7 @@ <h3 id="font-variant-position-prop">Subscript and superscript forms: the <a href
30183018
applied. This is done per run to avoid a mixture of variant glyphs and
30193019
synthesized ones that would not align correctly. In the case of OpenType
30203020
fonts that lack subscript or superscript glyphs for a given character,
3021-
user agents <!-- must --> should synthesize appropriate subscript and superscript
3021+
user agents <em>must</em> synthesize appropriate subscript and superscript
30223022
glyphs.</p>
30233023

30243024
<div class="figure"><img alt="alternate superscripts vs. glyphs synthesized using superscript metrics" src="superscript-alt-synth.png" /><p class="caption">Superscript alternate glyph (left), synthesized superscript glyphs (middle), and incorrect mixture of the two (right)</p></div>
@@ -3029,7 +3029,7 @@ <h3 id="font-variant-position-prop">Subscript and superscript forms: the <a href
30293029
-->
30303030
<p>In situations where text decorations are only applied to runs
30313031
of text containing superscript or subscript glyphs, the synthesized
3032-
glyphs <!-- must --> should be used, to avoid problems with the placement of decorations.</p>
3032+
glyphs may be used, to avoid problems with the placement of decorations.</p>
30333033

30343034
<p>In the past, user agents have used font-size and
30353035
vertical-align to simulate subscripts and superscripts for the

0 commit comments

Comments
 (0)