Skip to content

Commit 1ce3abc

Browse files
committed
[css-fonts-4] Add font feature technology keywords, see w3c#6372
1 parent 9ee0187 commit 1ce3abc

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,9 +2023,14 @@ The <dfn id="at-font-face-rule">''@font-face''</dfn> rule</h3>
20232023

20242024
<pre class="prod"><dfn id="font-format-values">&lt;font-format&gt;</dfn> = [<<string>> | woff | truetype | opentype | woff2 | embedded-opentype | collection | svg]</pre>
20252025

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

2028-
<pre class="prod"><dfn id="color-font-technology-values">&lt;color-font-technology&gt;</dfn> = [COLRv0 | COLRv1 | SVG | sbix | CBDT ]</pre>
2029+
<pre class="prod"><dfn id="font-feature-technology-values">&lt;font-feature-technology&gt;</dfn>
2030+
= [opentype | aat | graphite]</pre>
2031+
2032+
<pre class="prod"><dfn id="color-font-technology-values">&lt;color-font-technology&gt;</dfn>
2033+
= [COLRv0 | COLRv1 | SVG | sbix | CBDT ]</pre>
20292034

20302035
If a component value is parsed correctly
20312036
and is of a format and font technology that the UA supports,
@@ -7184,6 +7189,7 @@ Changes
71847189
<!-- new ones at the top -->
71857190

71867191
<ul>
7192+
<li>Added font feature technology keywords opentype, aat, and graphite</li>
71877193
<!-- to 9 June 2021 -->
71887194
<li>Removed scary wording about variable fonts being new and experimental</li>
71897195
<li>Reference to CSS Fonts 3 in introduction is informative</li>

0 commit comments

Comments
 (0)