Skip to content

Commit

Permalink
[css-fonts-4] Differentiate COLRv1 from COLRv0, see #6329
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Jun 7, 2021
1 parent 7c22962 commit 13e1f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-fonts-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1901,7 +1901,7 @@ The <dfn id="at-font-face-rule">''@font-face''</dfn> rule</h3>

<pre class="prod"><dfn id="font-technology-values">&lt;font-technology&gt;</dfn> = [features | variations | color(<<color-font-technology>>) | palettes]</pre>

<pre class="prod"><dfn id="color-font-technology-values">&lt;color-font-technology&gt;</dfn> = [COLR | SVG | sbix | CBDT ]</pre>
<pre class="prod"><dfn id="color-font-technology-values">&lt;color-font-technology&gt;</dfn> = [COLRv0 | COLRv1 | SVG | sbix | CBDT ]</pre>

If parsing a particular item in the split value results in a parse error,
that item is thrown out.
Expand Down

0 comments on commit 13e1f13

Please sign in to comment.