Skip to content

Commit 417013e

Browse files
committed
[css-fonts-4 sort and reformat formats
1 parent 548dab8 commit 417013e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-fonts-4/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -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">&lt;font-format&gt;</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">&lt;font-technology&gt;</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">&lt;font-feature-technology&gt;</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

20602058
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,
20622062
add it to the list of supported sources.
20632063
If parsing a component value results in a parsing error
20642064
or its format or technology are unsupported,

0 commit comments

Comments
 (0)