Skip to content

Commit c69ca26

Browse files
author
John Daggett
committed
[css3-fonts] change feature precedence for features implied by other CSS properties
1 parent 078829b commit c69ca26

1 file changed

Lines changed: 17 additions & 13 deletions

File tree

css-fonts/Fonts.html

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@
115115

116116
<h1>CSS Fonts Module Level 3</h1>
117117

118-
<h2 class="no-num no-toc" id=editors-draft-16-july-2013>Editor's Draft 16
119-
July 2013</h2>
118+
<h2 class="no-num no-toc" id=editors-draft-12-august-2013>Editor's Draft
119+
12 August 2013</h2>
120120

121121
<dl id=authors>
122122
<dt>This version:
123123

124124
<dd><a
125125
href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
126-
<!-- <dd><a href="http://www.w3.org/TR/2013/ED-css-fonts-3-20130716/">http://www.w3.org/TR/2013/ED-css-fonts-3-20130716/</a> -->
126+
<!-- <dd><a href="http://www.w3.org/TR/2013/ED-css-fonts-3-20130812/">http://www.w3.org/TR/2013/ED-css-fonts-3-20130812/</a> -->
127127

128128

129129
<dt>Latest version:
@@ -5558,6 +5558,17 @@ <h3 id=feature-precedence><span class=secno>7.2 </span>Feature precedence</h3>
55585558
features implied by the font-feature-settings descriptor in the <a
55595559
href="#at-font-face-rule"><code>@font-face</code></a> rule.
55605560

5561+
<li>Font features implied by the value of the <a
5562+
href="#propdef-font-variant" title="font-variant!!property"><code
5563+
class=property>font-variant</code></a> property, the related <a
5564+
href="#propdef-font-variant" title="font-variant!!property"><code
5565+
class=property>font-variant</code></a> subproperties and any other CSS
5566+
property that uses OpenType features (e.g. the ‘<a
5567+
href="#propdef-font-kerning"><code
5568+
class=property>font-kerning</code></a>’ property).</li>
5569+
<!-- other CSS props override 'font-variant' but not 'font-feature-settings' -->
5570+
<!-- http://lists.w3.org/Archives/Public/www-style/2013Aug/0110.html -->
5571+
55615572
<li>Feature settings determined by properties other than <a
55625573
href="#propdef-font-variant" title="font-variant!!property"><code
55635574
class=property>font-variant</code></a> or <a
@@ -5568,15 +5579,6 @@ <h3 id=feature-precedence><span class=secno>7.2 </span>Feature precedence</h3>
55685579
class=property>letter-spacing</code>’ property disables common
55695580
ligatures.
55705581

5571-
<li>Font features implied by the value of the <a
5572-
href="#propdef-font-variant" title="font-variant!!property"><code
5573-
class=property>font-variant</code></a> property, the related <a
5574-
href="#propdef-font-variant" title="font-variant!!property"><code
5575-
class=property>font-variant</code></a> subproperties and any other CSS
5576-
property that uses OpenType features (e.g. the ‘<a
5577-
href="#propdef-font-kerning"><code
5578-
class=property>font-kerning</code></a>’ property).
5579-
55805582
<li>Font features implied by the value of <a
55815583
href="#propdef-font-feature-settings"
55825584
title="font-feature-settings!!property"><code
@@ -5906,7 +5908,9 @@ <h3 class=no-num id=recent-changes> Changes from the <a
59065908
<p>Major changes include:
59075909

59085910
<ul>
5909-
<li>
5911+
<li>reorder feature precedence such that features implied by other CSS
5912+
properties override ‘<code class=property>font-variant</code>
5913+
settings
59105914
</ul>
59115915

59125916
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>

0 commit comments

Comments
 (0)