Skip to content

Commit 3e0e8b9

Browse files
committed
[css-fonts-4][editorial] Assorted markup fixes
1 parent 6adfaaa commit 3e0e8b9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css-fonts-4/Overview.bs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3246,7 +3246,7 @@ Font property descriptors: the 'font-style!!descriptor', 'font-weight!!descripto
32463246
}
32473247
</pre>
32483248
The above ''@font-face'' rules indicate that <code>lastima-varfont-lightrange.woff</code> should be used when
3249-
'font-weight!!property' is between 100 and 399, whereas </code>lastima-varfont-heavyrange.woff</code> should be used when
3249+
'font-weight!!property' is between 100 and 399, whereas <code>lastima-varfont-heavyrange.woff</code> should be used when
32503250
'font-weight!!property' is between 400 and 700.
32513251
</div>
32523252

@@ -3382,7 +3382,7 @@ Example ranges for specific languages or characters:
33823382
The BBC provides news services in a wide variety of languages, many
33833383
that are not well supported across all platforms. Using an ''@font-face''
33843384
rule, the BBC could provide a font for any of these languages, as it
3385-
already does via a manual font download.</p>
3385+
already does via a manual font download.
33863386
<pre>
33873387
@font-face {
33883388
font-family: BBCBengali;
@@ -4618,7 +4618,7 @@ Cluster matching</h3>
46184618
(see [[CSS3TEXT]] and [[UAX29]] for a more complete description).
46194619
For a given cluster containing a base character,
46204620
<em>b</em> and a sequence of combining characters
4621-
<em>c1, c2&hellip;</em>, the entire cluster is matched using these steps:</p>
4621+
<em>c1, c2&hellip;</em>, the entire cluster is matched using these steps:
46224622

46234623
<ol>
46244624

@@ -5074,7 +5074,7 @@ to produce more harmonized forms.</p>
50745074
common ligatures and contextual forms are on by default,
50755075
discretionary and historical ligatures are not.</dd>
50765076

5077-
<dt><dfn id="font-variant-ligatures-none-value">''font-variant-ligatures/none''</var></dfn>
5077+
<dt><dfn id="font-variant-ligatures-none-value">''font-variant-ligatures/none''</dfn>
50785078
<dd>Specifies that all types of ligatures and contextual forms
50795079
covered by this property
50805080
are explicitly disabled.
@@ -6190,7 +6190,7 @@ p.codeblock {
61906190
value indicates the feature used and the second the value passed for
61916191
that feature. If more than two values are assigned to a given name, a
61926192
syntax error occurs and the entire
6193-
feature value definition</i> is
6193+
feature value definition is
61946194
ignored.
61956195

61966196
<pre class="example" id="ex-greek-variant-features" >@font-feature-values MM Greek {
@@ -6361,7 +6361,7 @@ Animation type: discrete
63616361
will vary to some degree
63626362
by the context for which a given font was designed.</p>
63636363

6364-
<div class="featex"><img alt="traditional form example" src="images/trad.png"></div></dd>
6364+
<div class="featex"><img alt="traditional form example" src="images/trad.png"></div>
63656365
</dd>
63666366

63676367
<dt><dfn>full-width</dfn>
@@ -6817,7 +6817,7 @@ here will be rendered using Serbian typographic conventions.
68176817
</div>
68186818

68196819
<h2 id="font-feature-variation-resolution">
6820-
Font Feature and Variation Resolution</h3>
6820+
Font Feature and Variation Resolution</h2>
68216821

68226822
As described in the previous section,
68236823
font features and variations can be enabled in a variety of ways,
@@ -9024,11 +9024,11 @@ Changes
90249024
<li>Fixed markup of the &lt;family-name> production </li>
90259025
<li>Defined feature and variation names with &lt;opentype-tag> rather than bare strings</li>
90269026
<li>Clarified that general math functions (not just calc) are allowed in @font-palette-values descriptors</li>
9027-
<li>Added the ''font-synthesis-position'' property'' </li>
9027+
<li>Added the ''font-synthesis-position'' property </li>
90289028
<li>Added an example of a non-sRGB color in override-colors</li>
90299029
<li>Use rule-list rather than stylesheet in productions</li>
90309030
<!-- to 7 Mar 2023 -->
9031-
<li>Added URL request modifiers for crossorigin, referrerpolicy & integrity</li>
9031+
<li>Added URL request modifiers for crossorigin, referrerpolicy &amp; integrity</li>
90329032
<li>Aligned the incremental tech keywords to match the latest Incremental Font Transfer specification</li>
90339033
<li>Use last-defined value for font-feature-values</li>
90349034
<li>font-feature-values and font-feature-settings are now de-duplicated, and sorted</li>

0 commit comments

Comments
 (0)