File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"><font-format></dfn> = [<<string>> | woff | truetype | opentype | woff2 | embedded-opentype | collection | svg]</pre>
20252025
2026- <pre class="prod"><dfn id="font-technology-values"><font-technology></dfn> = [features | variations | color(<<color-font-technology>> ) | palettes]</pre>
2026+ <pre class="prod"><dfn id="font-technology-values"><font-technology></dfn>
2027+ = [features(<<font-feature-technology>> ) | variations | color(<<color-font-technology>> ) | palettes]</pre>
20272028
2028- <pre class="prod"><dfn id="color-font-technology-values"><color-font-technology></dfn> = [COLRv0 | COLRv1 | SVG | sbix | CBDT ]</pre>
2029+ <pre class="prod"><dfn id="font-feature-technology-values"><font-feature-technology></dfn>
2030+ = [opentype | aat | graphite]</pre>
2031+
2032+ <pre class="prod"><dfn id="color-font-technology-values"><color-font-technology></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>
You can’t perform that action at this time.
0 commit comments