@@ -6205,9 +6205,12 @@ occurs due to this property.</p>
62056205
62066206<p> Feature tag values have the following syntax:</p>
62076207
6208- <pre class="prod"><dfn dfn-for="font-feature-settings" dfn-type="value" id="feature-tag-value"><var><feature-tag-value></var></dfn> = <string> [ <integer [0,∞]> | on | off ]?</pre>
6208+ <pre class="prod">
6209+ <dfn dfn-for="font-feature-settings" dfn-type="value" id="feature-tag-value"><var><feature-tag-value></var></dfn> = <string> [ <integer [0,∞]> | on | off ]?
6210+ <dfn><opentype-tag></dfn> = <string>
6211+ </pre>
62096212
6210- <p> The <string> is a case-sensitive OpenType feature tag.
6213+ <p> The <<opentype-tag>> is a case-sensitive OpenType feature tag.
62116214As specified in the OpenType specification [[!OPENTYPE]] ,
62126215feature tags contain four ASCII characters.
62136216Tag strings longer or shorter than four characters,
@@ -6777,7 +6780,7 @@ Low-level font variation settings control: the 'font-variation-settings' propert
67776780
67786781<pre class="propdef">
67796782Name : font-variation-settings
6780- Value : normal | [ <<string >> <<number>>]#
6783+ Value : normal | [ <<opentype-tag >> <<number>>]#
67816784Initial : normal
67826785Applies to : all elements and text
67836786Inherited : yes
@@ -6838,7 +6841,7 @@ rather than 'font-variation-settings': "wght" 700.
68386841
68396842A value of ''font-variation-settings/normal'' means that no change in glyph shape, matching, or positioning occurs due to this property.
68406843
6841- The <<string >> is a case-sensitive OpenType or TrueType variation axis name.
6844+ The <<opentype-tag >> is a case-sensitive OpenType or TrueType variation axis name.
68426845As specified in the OpenType / TrueType specifications,
68436846axis names contain four ASCII characters.
68446847Axis name strings longer or shorter than four characters,
0 commit comments