Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[css-fonts-4] [css-fonts-5] Fix font-technology grammar
Definition was invalid due to missing "[".
  • Loading branch information
tidoust committed Oct 21, 2021
commit 2d0ef8a65b5293f1abd363d14847f0fe723d40cf
2 changes: 1 addition & 1 deletion css-fonts-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@ Then each component value is parsed according to this grammar:
| svg | truetype | woff | woff2 ]</pre>

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

<pre class="prod"><dfn id="font-feature-technology-values">&lt;font-feature-technology&gt;</dfn>
Expand Down
2 changes: 1 addition & 1 deletion css-fonts-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Then each component value is parsed according to this grammar:
| svg | truetype | woff | woff2 ]</pre>

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

<pre class="prod"><dfn id="font-feature-technology-values">&lt;font-feature-technology&gt;</dfn>
Expand Down