@@ -3246,7 +3246,7 @@ Font property descriptors: the 'font-style!!descriptor', 'font-weight!!descripto
3246
3246
}
3247
3247
</pre>
3248
3248
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
3250
3250
'font-weight!!property' is between 400 and 700.
3251
3251
</div>
3252
3252
@@ -3382,7 +3382,7 @@ Example ranges for specific languages or characters:
3382
3382
The BBC provides news services in a wide variety of languages, many
3383
3383
that are not well supported across all platforms. Using an ''@font-face''
3384
3384
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.
3386
3386
<pre>
3387
3387
@font-face {
3388
3388
font-family: BBCBengali;
@@ -4618,7 +4618,7 @@ Cluster matching</h3>
4618
4618
(see [[CSS3TEXT]] and [[UAX29]] for a more complete description).
4619
4619
For a given cluster containing a base character,
4620
4620
<em> b</em> and a sequence of combining characters
4621
- <em> c1, c2…</em> , the entire cluster is matched using these steps:</p>
4621
+ <em> c1, c2…</em> , the entire cluster is matched using these steps:
4622
4622
4623
4623
<ol>
4624
4624
@@ -5074,7 +5074,7 @@ to produce more harmonized forms.</p>
5074
5074
common ligatures and contextual forms are on by default,
5075
5075
discretionary and historical ligatures are not.</dd>
5076
5076
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>
5078
5078
<dd> Specifies that all types of ligatures and contextual forms
5079
5079
covered by this property
5080
5080
are explicitly disabled.
@@ -6190,7 +6190,7 @@ p.codeblock {
6190
6190
value indicates the feature used and the second the value passed for
6191
6191
that feature. If more than two values are assigned to a given name, a
6192
6192
syntax error occurs and the entire
6193
- feature value definition</i> is
6193
+ feature value definition is
6194
6194
ignored.
6195
6195
6196
6196
<pre class="example" id="ex-greek-variant-features" > @font-feature-values MM Greek {
@@ -6361,7 +6361,7 @@ Animation type: discrete
6361
6361
will vary to some degree
6362
6362
by the context for which a given font was designed.</p>
6363
6363
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>
6365
6365
</dd>
6366
6366
6367
6367
<dt> <dfn>full-width</dfn>
@@ -6817,7 +6817,7 @@ here will be rendered using Serbian typographic conventions.
6817
6817
</div>
6818
6818
6819
6819
<h2 id="font-feature-variation-resolution">
6820
- Font Feature and Variation Resolution</h3 >
6820
+ Font Feature and Variation Resolution</h2 >
6821
6821
6822
6822
As described in the previous section,
6823
6823
font features and variations can be enabled in a variety of ways,
@@ -9024,11 +9024,11 @@ Changes
9024
9024
<li> Fixed markup of the <family-name> production </li>
9025
9025
<li> Defined feature and variation names with <opentype-tag> rather than bare strings</li>
9026
9026
<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>
9028
9028
<li> Added an example of a non-sRGB color in override-colors</li>
9029
9029
<li> Use rule-list rather than stylesheet in productions</li>
9030
9030
<!-- to 7 Mar 2023 -->
9031
- <li>Added URL request modifiers for crossorigin, referrerpolicy & integrity</li>
9031
+ <li> Added URL request modifiers for crossorigin, referrerpolicy & integrity</li>
9032
9032
<li> Aligned the incremental tech keywords to match the latest Incremental Font Transfer specification</li>
9033
9033
<li> Use last-defined value for font-feature-values</li>
9034
9034
<li> font-feature-values and font-feature-settings are now de-duplicated, and sorted</li>
0 commit comments