Skip to content

Commit

Permalink
[css-fonts-4][editorial] markup cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Dec 14, 2023
1 parent 3f46f0c commit e51a165
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions css-fonts-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4935,7 +4935,7 @@ to produce more harmonized forms.</p>
(OpenType feature: <span class="tag">calt</span>).</dd>
</dl>

<p id=rlig-unaffected"><em>Required</em> ligatures,
<p id="rlig-unaffected"><em>Required</em> ligatures,
needed for correctly rendering complex scripts,
are not affected by the settings above,
including <span title="none!!font-variant-ligatures">'none'</span>
Expand Down Expand Up @@ -4992,7 +4992,7 @@ to match the surrounding text
and to be more readable
without affecting the line height.</p>

<div class="figure"><img alt="comparison between real subscript glyphs and synthesized ones" src="images/realsubscripts.png" /><p class="caption">Subscript glyphs (top) vs. typical synthesized subscripts (bottom)</p></div>
<div class="figure"><img alt="comparison between real subscript glyphs and synthesized ones" src="images/realsubscripts.png"><p class="caption">Subscript glyphs (top) vs. typical synthesized subscripts (bottom)</p></div>

<p>Individual values have the following meanings:</p>

Expand Down Expand Up @@ -5025,7 +5025,7 @@ for a given character,
user agents <em>must</em> synthesize
appropriate subscript and superscript glyphs.</p>

<div class="figure"><img alt="alternate superscripts vs. glyphs synthesized using superscript metrics" src="images/superscript-alt-synth.png" /><p class="caption">Superscript alternate glyph (left), synthesized superscript glyphs (middle), and incorrect mixture of the two (right)</p></div>
<div class="figure"><img alt="alternate superscripts vs. glyphs synthesized using superscript metrics" src="images/superscript-alt-synth.png"><p class="caption">Superscript alternate glyph (left), synthesized superscript glyphs (middle), and incorrect mixture of the two (right)</p></div>

<!--
at-risk must downgraded to should
Expand Down Expand Up @@ -5455,7 +5455,7 @@ are used so that columns of numbers line up properly:</p>

</dl>

<div id="ordinal-example" class="example" id="ex-ordinal-form">
<div class="example" id="ex-ordinal-form">
<p>In the case of 'ordinal', although ordinal forms
are often the same as superscript forms, they are marked up
differently.</p>
Expand Down Expand Up @@ -6017,7 +6017,7 @@ p {
font-variant-alternates: character-variant(zeta-2, zeta);
}</pre>

<div class="figure"><img alt="Matching text on Byzantine seals using character variants" src="images/byzantineseal.png" /><p class="caption">Byzantine seal text displayed with character variants</p></div>
<div class="figure"><img alt="Matching text on Byzantine seals using character variants" src="images/byzantineseal.png"><p class="caption">Byzantine seal text displayed with character variants</p></div>

<div class="example" id="ex-byzantine-variants">
<p>In the figure above, the text in red is rendered using a font containing
Expand Down Expand Up @@ -7082,12 +7082,12 @@ not just the contours describing the edges of glyphs,
but also the colors present inside the glyphs.

<figure id="multicolore">
<img src="images/multicolore.png" alt="an example multicolored font"/>
<img src="images/multicolore.png" alt="an example multicolored font">
<figcaption>Multicolore, by Ivan Filipov</figcaption>
</figure>

<figure id="magicalunicorn">
<img src="images/please.png" alt="an example multicolored font"/>
<img src="images/please.png" alt="an example multicolored font">
<figcaption>Magical Unicorn Neue Pro, by Arthur Reinders Folmer</figcaption>
</figure>

Expand Down Expand Up @@ -7325,7 +7325,7 @@ p {
</pre>

<figure>
<img src="images/nabla-animated.webp" alt="The word Animate animated between a pink and a yellow palette."/>
<img src="images/nabla-animated.webp" alt="The word Animate animated between a pink and a yellow palette.">
<figcaption>Nabla Color by typearture.com - animating between palettes 1 and 7 in the font.</figcaption>
</figure>
</div>
Expand Down Expand Up @@ -7426,7 +7426,7 @@ User-defined font color palettes: The ''@font-palette-values'' rule</h3>
</pre>

<figure>
<img src="images/bixa-colors.png" alt="overriding a color"/>
<img src="images/bixa-colors.png" alt="overriding a color">
<figcaption>Bixa Color by Novo Typo. Above, using the colors in the font;
below, the orange changed to a blue.</figcaption>
</figure>
Expand Down

0 comments on commit e51a165

Please sign in to comment.