@@ -2043,13 +2043,11 @@ Then each component value is parsed according to this grammar:
2043
2043
<pre> <<url>> [ format(<<font-format>>)] ? [ technology( <<font-technology>>#)] ? | local(<<font-face-name>> )</pre>
2044
2044
2045
2045
<pre class="prod"><dfn id="font-format-values"><font-format></dfn>
2046
- = [<<string>> | woff | truetype | opentype
2047
- | woff2 | embedded-opentype | collection | svg]</pre>
2046
+ = [<<string>> | collection | embedded-opentype | opentype | svg | truetype | woff | woff2 ]</pre>
2048
2047
2049
2048
<pre class="prod"><dfn id="font-technology-values"><font-technology></dfn>
2050
- = <<font-feature-technology>> | variations
2051
- | <<color-font-technology>> | palettes
2052
- | incremental ]</pre>
2049
+ = <<font-feature-technology>> | <<color-font-technology>>
2050
+ | variations | palettes | incremental ]</pre>
2053
2051
2054
2052
<pre class="prod"><dfn id="font-feature-technology-values"><font-feature-technology></dfn>
2055
2053
= [feature-opentype | feature-aat | feature-graphite]</pre>
@@ -2058,7 +2056,9 @@ Then each component value is parsed according to this grammar:
2058
2056
= [color-COLRv0 | color-COLRv1 | color-SVG | color-sbix | color-CBDT ]</pre>
2059
2057
2060
2058
If a component value is parsed correctly
2061
- and is of a font format or font technology that the UA supports,
2059
+ and is of a <a href="#font-format-definitions">font format</a> or
2060
+ <a href="#font-technology-definitions">font technology</a>
2061
+ that the UA supports,
2062
2062
add it to the list of supported sources.
2063
2063
If parsing a component value results in a parsing error
2064
2064
or its format or technology are unsupported,
0 commit comments