Skip to content

Commit a869ffd

Browse files
author
John Daggett
committed
add link to fantasai/dbaron's alternate font-variant-position proposal
1 parent 5d209c5 commit a869ffd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

css3-fonts/Fonts.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@
111111

112112
<h1>CSS Fonts Module Level 3</h1>
113113

114-
<h2 class="no-num no-toc" id=editors>Editor's Draft 26 September 2011</h2>
114+
<h2 class="no-num no-toc" id=editors>Editor's Draft 28 September 2011</h2>
115115

116116
<dl id=authors>
117117
<dt>This version:
118118

119119
<dd><a
120120
href="http://dev.w3.org/csswg/css3-fonts/">http://dev.w3.org/csswg/css3-fonts/</a>
121-
<!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-fonts-20110926">http://www.w3.org/TR/2011/ED-css3-fonts-20110926</a> -->
121+
<!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-fonts-20110928">http://www.w3.org/TR/2011/ED-css3-fonts-20110928</a> -->
122122

123123

124124
<dt>Latest version:
@@ -3306,7 +3306,10 @@ <h3 id=font-variant-position-prop><span class=secno>6.4 </span>Subscript,
33063306
work with nested subscripts or superscripts which would allow it to be
33073307
used in user agent stylesheets. But one of the goals for this is to allow
33083308
simple subscripts and superscripts to be displayed without affecting the
3309-
line box. To achieve both appears to be a very hairy problem.
3309+
line box. To achieve both appears to be a very hairy problem. One <a
3310+
href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0391.html">proposal</a>
3311+
is to conditionalize how the font-size and vertical-align properties are
3312+
used based on whether subscript or superscript glyphs are available.
33103313

33113314
<p class=issue>Fonts often include default values for subscript/superscript
33123315
metrics. As a result, a mixture of designed glyphs and simulated glyphs

0 commit comments

Comments
 (0)