Skip to content

Commit d3db869

Browse files
committed
[css-fonts-4] Remove font-variant @font-face descriptor, closes w3c#2531
1 parent e66f311 commit d3db869

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

css-fonts-4/Overview.bs

+6-22
Original file line numberDiff line numberDiff line change
@@ -2421,24 +2421,12 @@ body { font-family: DroidSans; }
24212421
</div>
24222422

24232423
<h3 id="font-rend-desc">
2424-
Font features and variations: the 'font-variant!!descriptor', 'font-feature-settings!!descriptor', and 'font-variation-settings!!descriptor' descriptors</h3>
2424+
Font features and variations: the 'font-feature-settings!!descriptor' and 'font-variation-settings!!descriptor' descriptors</h3>
24252425

2426-
<pre class='descdef'>
2427-
Name: font-variant
2428-
Value: normal | none | [ <<common-lig-values>> || <<discretionary-lig-values>> || <<historical-lig-values>> ||
2429-
<<contextual-alt-values>> || stylistic(<<feature-value-name>>) || historical-forms ||
2430-
styleset(<<feature-value-name>>#) ||
2431-
character-variant(<<feature-value-name>>#) ||
2432-
swash(<<feature-value-name>>) ||
2433-
ornaments(<<feature-value-name>>) ||
2434-
annotation(<<feature-value-name>>) ||
2435-
[ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] ||
2436-
<<numeric-figure-values>> || <<numeric-spacing-values>> || <<numeric-fraction-values>> || ordinal || slashed-zero ||
2437-
<<east-asian-variant-values>> || <<east-asian-width-values>> || ruby ||
2438-
[ sub | super ] ]
2439-
Initial: normal
2440-
For: @font-face
2441-
</pre>
2426+
<!--
2427+
font-variant descriptor removed at Fukuoka TPAC
2428+
https://github.com/w3c/csswg-drafts/issues/2531
2429+
-->
24422430

24432431
<pre class='descdef'>
24442432
Name: font-feature-settings
@@ -2457,17 +2445,13 @@ For: @font-face
24572445
These descriptors define initial settings that apply when the font defined by
24582446
an ''@font-face'' rule is rendered. They do not affect font selection.
24592447
Values are identical to those defined for the corresponding
2460-
'font-variant!!property', 'font-feature-settings!!property', and
2448+
'font-feature-settings!!property' and
24612449
'font-variation-settings!!property' properties defined below
24622450
except that the <a>CSS-wide keywords</a> are omitted. When multiple font
24632451
feature descriptors, properties, or variations are used, optionally along with a named instance,
24642452
the cumulative effect on
24652453
text rendering is detailed in the section
24662454
[[#font-feature-variation-resolution]] below.
2467-
In cases where specific values define synthesized fallback for certain
2468-
'font-variant!!property' subproperties, the same synthesized fallback
2469-
applies when used within those values are used with the
2470-
'font-variant!!descriptor' descriptor.
24712455

24722456
These descriptors set features and variation values
24732457
on the font object which the ''@font-face'' rule represents,

0 commit comments

Comments
 (0)