Skip to content

Commit bf4c38c

Browse files
authored
[css-fonts-4] Re-apply changes from 66ed019 after 6e1e2c2 (#13824)
1 parent 9e54643 commit bf4c38c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-fonts-4/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2759,7 +2759,7 @@ To parse a <dfn><<font-src-list>></dfn> production, [=parse a list=] of <<font-s
27592759

27602760
<pre class="prod">
27612761
<dfn>&lt;font-src></dfn> = <<url>> [ <dfn value for="@font-face/src" id="format()">format( <<font-format>> )</dfn> ]? [ <dfn value for="@font-face/src" id="tech()">tech( <<font-tech>># )</dfn> ]?
2762-
| <dfn value for="@font-face/src" id="local()">local( <<family-name>> )</dfn>
2762+
| <dfn value for="@font-face/src" id="local()">local( <<font-family-name>> )</dfn>
27632763
</pre>
27642764

27652765
<pre class="prod"><dfn id="font-format-values">&lt;font-format&gt;</dfn>
@@ -6058,7 +6058,7 @@ Defining font specific alternates: the <dfn>@font-feature-values</dfn> rule</h3>
60586058
as the corresponding value of the 'font-variant-alternates' property.
60596059

60606060
<pre class=prod export>
6061-
@font-feature-values = @font-feature-values <<family-name>># { <<declaration-rule-list>> }
6061+
@font-feature-values = @font-feature-values <<font-family-name>># { <<declaration-rule-list>> }
60626062
60636063
<dfn for="@font-feature-values">&lt;font-feature-value-type></dfn> = <<@stylistic>> | <<@historical-forms>> | <<@styleset>> | <<@character-variant>>
60646064
| <<@swash>> | <<@ornaments>> | <<@annotation>>
@@ -6078,13 +6078,13 @@ Defining font specific alternates: the <dfn>@font-feature-values</dfn> rule</h3>
60786078
</wpt>
60796079

60806080
The ''@font-feature-values'' prelude
6081-
is a comma-delimited list of font family names that match the definition of <<family-name>>
6081+
is a comma-delimited list of font family names that match the definition of <<font-family-name>>
60826082
for the 'font-family!!property' property.
60836083
This means that only named font families are allowed;
60846084
rules that include generic or system fonts in the list of font families are syntax errors.
60856085
However, if a user agent defines a generic font to be a specific named font (e.g. Helvetica),
60866086
the settings associated with that family name will be used.
6087-
If syntax errors occur within the <<family-name>> list,
6087+
If syntax errors occur within the <<font-family-name>> list,
60886088
the entire rule ''@font-feature-values'' rule is invalid
60896089
and must be ignored.
60906090

@@ -6119,7 +6119,7 @@ Defining font specific alternates: the <dfn>@font-feature-values</dfn> rule</h3>
61196119
or the same type of [=feature value blocks=] in separate ''@font-feature-values'' rules,
61206120
names can be reused without colliding.
61216121

6122-
For each <<family-name>> in the ''@font-feature-values'' prelude,
6122+
For each <<font-family-name>> in the ''@font-feature-values'' prelude,
61236123
each [=font feature value declaration=] defines a mapping between a
61246124
(family name, feature block name, declaration name) [=tuple=]
61256125
and the list of one or more integers from the declaration's value.
@@ -9486,4 +9486,4 @@ Changes from the 20 September 2018 <a href="https://www.w3.org/TR/2018/REC-css-f
94869486
-->
94879487
<wpt hidden>
94889488
font-size-zero-1-ref.html
9489-
</wpt>
9489+
</wpt>

0 commit comments

Comments
 (0)