Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-fonts-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2784,7 +2784,7 @@ Font property descriptors: the 'font-style!!descriptor', 'font-weight!!descripto

<pre class='descdef'>
Name: font-style
Value: auto | normal | italic | oblique [ <<angle>>{1,2} ]?
Value: auto | normal | italic | oblique [ <<angle [-90deg,90deg]>>{1,2} ]?
For: @font-face
Initial: auto
</pre>
Expand Down Expand Up @@ -6203,7 +6203,7 @@ occurs due to this property.</p>

<p>Feature tag values have the following syntax:</p>

<pre class="prod"><dfn dfn-for="font-feature-settings" dfn-type="value" id="feature-tag-value"><var>&lt;feature-tag-value&gt;</var></dfn> = &lt;string&gt; [ &lt;integer&gt; | on | off ]?</pre>
<pre class="prod"><dfn dfn-for="font-feature-settings" dfn-type="value" id="feature-tag-value"><var>&lt;feature-tag-value&gt;</var></dfn> = &lt;string&gt; [ &lt;integer [0,∞]&gt; | on | off ]?</pre>

<p>The &lt;string&gt; is a case-sensitive OpenType feature tag.
As specified in the OpenType specification [[!OPENTYPE]],
Expand Down