Skip to content

Commit d98e99d

Browse files
committed
[css-fonts-4][css-fonts-5] make feature-* plural for consistency with Conditional 5 and 11.1 Font tech, fix #7663
1 parent a2e50cb commit d98e99d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css-fonts-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,11 +2065,11 @@ Then each component value is parsed according to this grammar:
20652065
| svg | truetype | woff | woff2 ]</pre>
20662066

20672067
<pre class="prod"><dfn id="font-tech-values">&lt;font-tech&gt;</dfn>
2068-
= [<<font-feature-tech>> | <<color-font-tech>>
2068+
= [<<font-features-tech>> | <<color-font-tech>>
20692069
| variations | palettes | incremental ]</pre>
20702070

2071-
<pre class="prod"><dfn id="font-feature-tech-values">&lt;font-feature-tech&gt;</dfn>
2072-
= [feature-opentype | feature-aat | feature-graphite]</pre>
2071+
<pre class="prod"><dfn id="font-features-tech-values">&lt;font-features-tech&gt;</dfn>
2072+
= [features-opentype | features-aat | features-graphite]</pre>
20732073

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

css-fonts-5/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,11 @@ Then each component value is parsed according to this grammar:
364364
| svg | truetype | woff | woff2 ]</pre>
365365

366366
<pre class="prod"><dfn id="font-tech-values">&lt;font-tech&gt;</dfn>
367-
= [<<font-feature-tech>> | <<color-font-tech>>
367+
= [<<font-features-tech>> | <<color-font-tech>>
368368
| variations | palettes | incremental ]</pre>
369369

370-
<pre class="prod"><dfn id="font-feature-tech-values">&lt;font-feature-tech&gt;</dfn>
371-
= [feature-opentype | feature-aat | feature-graphite]</pre>
370+
<pre class="prod"><dfn id="font-features-tech-values">&lt;font-features-tech&gt;</dfn>
371+
= [features-opentype | features-aat | features-graphite]</pre>
372372

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

0 commit comments

Comments
 (0)