@@ -2043,13 +2043,11 @@ Then each component value is parsed according to this grammar:
20432043<pre> <<url>> [ format(<<font-format>>)] ? [ technology( <<font-technology>>#)] ? | local(<<font-face-name>> )</pre>
20442044
20452045<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>
20482047
20492048<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>
20532051
20542052<pre class="prod"><dfn id="font-feature-technology-values"><font-feature-technology></dfn>
20552053 = [feature-opentype | feature-aat | feature-graphite]</pre>
@@ -2058,7 +2056,9 @@ Then each component value is parsed according to this grammar:
20582056 = [color-COLRv0 | color-COLRv1 | color-SVG | color-sbix | color-CBDT ]</pre>
20592057
20602058If 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,
20622062add it to the list of supported sources.
20632063If parsing a component value results in a parsing error
20642064or its format or technology are unsupported,
0 commit comments