Skip to content

Commit b055c6c

Browse files
committed
Changes from w3c#2531
1 parent 2cb4ba2 commit b055c6c

1 file changed

Lines changed: 13 additions & 47 deletions

File tree

css-fonts-3/Fonts.src.html

Lines changed: 13 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,11 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
118118
<dt>Latest version:</dt>
119119
<dd><a href="https://www.w3.org/TR/css-fonts-3/">https://www.w3.org/TR/css-fonts-3/</a></dd>
120120
<dt>Latest editor's draft:</dt>
121-
<dd><a href="https://drafts.csswg.org/css-fonts/">https://drafts.csswg.org/css-fonts/</a>
122-
(<a href="https://hg.csswg.org/drafts/log/tip/css-fonts/Fonts.html">change log</a>)</dd>
123-
<dt>Previous version:</dt>
121+
<dd><a href="https://drafts.csswg.org/css-fonts/">https://drafts.csswg.org/css-fonts/</a></dd>
122+
<dt>Previous versions:</dt>
123+
<dd><a href="https://www.w3.org/TR/2018/CR-css-fonts-3-20180315/">https://www.w3.org/TR/2018/CR-css-fonts-3-20180315/</a></dd>
124124
<dd><a href="https://www.w3.org/TR/2013/CR-css-fonts-3-20131003/">https://www.w3.org/TR/2013/CR-css-fonts-3-20131003/</a></dd>
125125
<dt>Issues List:</dt>
126-
<dd><a href="https://www.w3.org/Style/CSS/Tracker/products/18">CSS3 Fonts issues in Tracker</a>
127-
<dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Fonts&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED">CSS3 Fonts issues in Bugzilla</a>
128126
<dd><a href="https://github.com/w3c/csswg-drafts/labels/css-fonts-3">css-fonts-3 issues in github</a>
129127
<dt>Discussion:</dt>
130128
<dd>
@@ -2188,33 +2186,7 @@ <h3 id="composite-fonts">Using character ranges to define composite fonts</h3>
21882186

21892187
</div>
21902188

2191-
<h3 id="font-rend-desc">Font features: the <a href="#descdef-font-variant">font-variant</a> and <a href="#descdef-font-feature-settings">font-feature-settings</a> descriptors</h3>
2192-
<table class="descdef">
2193-
<tbody>
2194-
<tr>
2195-
<td>Name:</td>
2196-
<td><dfn id="descdef-font-variant" title="font-variant!!descriptor">font-variant</dfn></td>
2197-
</tr>
2198-
<tr>
2199-
<td>Value:</td>
2200-
<td><span title="normal!!font-variant">normal</span> | <span title="none!!font-variant">none</span> |
2201-
[ <var>&lt;common-lig-values&gt;</var> || <var>&lt;discretionary-lig-values&gt;</var> || <var>&lt;historical-lig-values&gt;</var> ||
2202-
<var>&lt;contextual-alt-values&gt;</var> || <var title="stylistic">stylistic(&lt;feature-value-name&gt;)</var> || <var>historical-forms</var> ||
2203-
<var title="styleset">styleset(&lt;feature-value-name&gt; #)</var> ||
2204-
<var title="character-variant">character-variant(&lt;feature-value-name&gt; #)</var> ||
2205-
<var title="swash">swash(&lt;feature-value-name&gt;)</var> || <var title="ornaments">ornaments(&lt;feature-value-name&gt;)</var> ||
2206-
<var title="annotation">annotation(&lt;feature-value-name&gt;)</var> ||
2207-
[ <i>small-caps</i> | <i>all-small-caps</i> | <i>petite-caps</i> | <i>all-petite-caps</i> | <i>unicase</i> | <i>titling-caps</i> ] ||
2208-
<var>&lt;numeric-figure-values&gt;</var> || <var>&lt;numeric-spacing-values&gt;</var> || <var>&lt;numeric-fraction-values&gt;</var> || <i>ordinal</i> || <i>slashed-zero</i> ||
2209-
<var>&lt;east-asian-variant-values&gt;</var> || <var>&lt;east-asian-width-values&gt;</var> || <i>ruby</i> ||
2210-
[ <i>sub</i> | <i>super</i> ] ]</td>
2211-
</tr>
2212-
<tr>
2213-
<td><em>Initial:</em></td>
2214-
<td>normal</td>
2215-
</tr>
2216-
</tbody>
2217-
</table>
2189+
<h3 id="font-rend-desc">Font features: the <a href="#descdef-font-feature-settings">font-feature-settings</a> descriptor</h3>
22182190

22192191
<table class="descdef">
22202192
<tbody>
@@ -2233,18 +2205,14 @@ <h3 id="font-rend-desc">Font features: the <a href="#descdef-font-variant">font-
22332205
</tbody>
22342206
</table>
22352207

2236-
<p>These descriptors define initial settings that apply when the font defined by
2237-
an <code>@font-face</code> rule is rendered. They do not affect font selection.
2208+
<p>This descriptor defines initial settings that apply when the font defined by
2209+
an <code>@font-face</code> rule is rendered. It does not affect font selection.
22382210
Values are identical to those defined for the corresponding
2239-
<span title="font-variant!!property">'font-variant'</span> and <span title="font-feature-settings!!property">'font-feature-settings'</span> properties defined below
2211+
<span title="font-feature-settings!!property">'font-feature-settings'</span> property defined below
22402212
except that the value 'inherit' is omitted. When multiple font
22412213
feature descriptors or properties are used, the cumulative effect on
22422214
text rendering is detailed in the section
22432215
<a href="#font-feature-resolution">Font Feature Resolution</a> below.
2244-
In cases where specific values define synthesized fallback for certain
2245-
<span title="font-variant!!property">'font-variant'</span> subproperties, the same synthesized fallback
2246-
applies when used within those values are used with the
2247-
<span title="font-style!!descriptor">'font-variant'</span> descriptor.
22482216
</p>
22492217

22502218
<h3 id="font-face-loading">Font loading guidelines</h3>
@@ -4253,9 +4221,6 @@ <h3 id="feature-precedence">Feature precedence</h3>
42534221
<ol>
42544222
<li>Font features enabled by default, including features required for a given script.</li>
42554223

4256-
<li>If the font is defined via an <code>@font-face</code> rule, the font features
4257-
implied by the font-variant descriptor in the <code>@font-face</code> rule.</li>
4258-
42594224
<li>If the font is defined via an <code>@font-face</code> rule, the font features
42604225
implied by the font-feature-settings descriptor in the <code>@font-face</code> rule.</li>
42614226

@@ -4305,7 +4270,7 @@ <h3 id="feature-precedence-examples">Feature precedence examples</h3>
43054270
</pre>
43064271
</div>
43074272

4308-
<div class="example">
4273+
<!-- <div class="example">
43094274
<p>When the <span title="font-variant!!descriptor">font-variant</span> descriptor
43104275
is used within an <code>@font-face</code> rule, it only
43114276
applies to the font defined by that rule.</p>
@@ -4331,8 +4296,9 @@ <h3 id="feature-precedence-examples">Feature precedence examples</h3>
43314296
appears in a general style rule and its use is mutually exclusive with
43324297
'proportional-nums'. Stylistic alternate sets will only be used where
43334298
MainText is used.</p> </div>
4299+
-->
43344300

4335-
<div class="example">
4301+
<!-- <div class="example">
43364302
<p>The <code>@font-face</code> rule can also be used to access font features in locally available
43374303
fonts via the use of <code>local()</code> in the 'src' descriptor of the <code>@font-face</code> definition:</p>
43384304
@@ -4350,9 +4316,9 @@ <h3 id="feature-precedence-examples">Feature precedence examples</h3>
43504316
rendering occurs, Japanese kana will be proportionally spaced and Latin text will
43514317
be italicised. Text rendered with the fallback serif font will use default
43524318
rendering properties.</p>
4353-
</div>
4319+
</div> -->
43544320

4355-
<div class="example">
4321+
<!-- <div class="example">
43564322
<p>In the example below, discretionary ligatures are enabled only for a downloadable font
43574323
but are disabled within spans of class "special":</p>
43584324
@@ -4378,7 +4344,7 @@ <h3 id="feature-precedence-examples">Feature precedence examples</h3>
43784344
apply to these spans. Although the 'no-discretionary ligatures' setting of 'font-variant-ligatures'
43794345
effectively disables the OpenType <span class="tag">dlig</span> feature, because the <span title="font-feature-settings!!property">'font-feature-settings'</span>
43804346
is resolved after that, the 'dlig' value reenables discretionary ligatures.</p>
4381-
</div>
4347+
</div> -->
43824348

43834349
<h2 id="object-model">Object Model</h2>
43844350

0 commit comments

Comments
 (0)