You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -4982,8 +4982,15 @@ If syntax errors occur within the <<family-name>> list,
4982
4982
the entire rule ''@font-feature-values'' rule is invalid
4983
4983
and must be ignored.
4984
4984
4985
-
The ''@font-feature-values'' block accepts <<feature-value-block>>s as its contents;
4986
-
these are [=at-rules=] named by one of the <<font-feature-value-type>> at-keyword tokens.
4985
+
The ''@font-feature-values'' block accepts <<declaration-list>> as its contents;
4986
+
these list items are either:
4987
+
4988
+
[=at-rules=] named by one of the <<font-feature-value-type>> at-keyword tokens,
4989
+
or
4990
+
the '@font-feature-values/font-display' descriptor.
4991
+
4992
+
<!-- TODO: tab says "The OM needs to make sure it exposes both .style and .childRules or whatever." -->
4993
+
4987
4994
Specifying the same <<font-feature-value-type>> more than once is valid;
4988
4995
their contents are cascaded together.
4989
4996
Each <<feature-value-block>> accepts a list of [=declarations=],
@@ -7203,6 +7210,7 @@ Changes
7203
7210
7204
7211
<ul>
7205
7212
<li>Reduced the critical angle for oblique font matching from 20deg to 11deg, per WG resolution</li>
7213
+
<li>Allowed font-display in @font-feature-values (the prose allowed it but the grammar did not)</li>
7206
7214
</ul>
7207
7215
7208
7216
<h3 id="changes-2020-11-17">Changes from the <a href="https://www.w3.org/TR/2020/WD-css-fonts-4-20201117/">17 November 2020 Working Draft</a> </h3><!-- See https://github.com/w3c/csswg-drafts/commits/main/css-fonts-4/Overview.bs -->
0 commit comments