Skip to content

Commit d4231da

Browse files
author
John Daggett
committed
[css-fonts] make negative font-size-adjust values invalid.
1 parent bd8f88c commit d4231da

2 files changed

Lines changed: 23 additions & 19 deletions

File tree

biblio.ref

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,10 +2272,9 @@
22722272
%A Edward O'Connor
22732273
%A Silvia Pfeiffer
22742274
%A Ian Hickson
2275-
%S W3C Candidate Recommendation
2276-
%O (Work in progress.)
2277-
%D 17 June 2014
2278-
%U http://www.w3.org/TR/2014/WD-html5-20140617/
2275+
%S W3C Recommendation
2276+
%D 28 October 2014
2277+
%U http://www.w3.org/TR/2014/REC-html5-20141028/
22792278

22802279
%L HTML5-AUTHOR
22812280
%T HTML5: Edition for Web Authors
@@ -5620,8 +5619,8 @@
56205619
%L UNICODE
56215620
%A The Unicode Consortium
56225621
%T The Unicode Standard
5623-
%D 2013
5624-
%O Defined by: The Unicode Standard, Version 6.3.0, (Mountain View, CA: The Unicode Consortium, 2013. ISBN 978-1-936213-08-5), as updated from time to time by the publication of new versions
5622+
%D 2014
5623+
%O Defined by: The Unicode Standard, Version 7.0.0, (Mountain View, CA: The Unicode Consortium, 2014. ISBN 978-1-936213-09-2), as updated from time to time by the publication of new versions.
56255624
%U http://www.unicode.org/standard/versions/enumeratedversions.html
56265625

56275626
%L UNICODE-XML

css-fonts/Fonts.html

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@
118118

119119
<h1>CSS Fonts Module Level 3</h1>
120120

121-
<h2 class="no-num no-toc" id=editors-draft-27-october-2014>Editor's Draft
122-
27 October 2014</h2>
121+
<h2 class="no-num no-toc" id=editors-draft-19-march-2015>Editor's Draft 19
122+
March 2015</h2>
123123

124124
<dl id=authors>
125125
<dt>This version:
126126

127127
<dd><a
128128
href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
129-
<!-- <dd><a href="http://www.w3.org/TR/2014/ED-css-fonts-3-20141027/">http://www.w3.org/TR/2014/ED-css-fonts-3-20141027/</a> -->
129+
<!-- <dd><a href="http://www.w3.org/TR/2015/ED-css-fonts-3-20150319/">http://www.w3.org/TR/2015/ED-css-fonts-3-20150319/</a> -->
130130

131131

132132
<dt>Latest version:
@@ -178,7 +178,7 @@ <h2 class="no-num no-toc" id=editors-draft-27-october-2014>Editor's Draft
178178
<!--begin-copyright-->
179179
<p class=copyright><a
180180
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
181-
rel=license>Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr
181+
rel=license>Copyright</a> © 2015 <a href="http://www.w3.org/"><abbr
182182
title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
183183
href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of
184184
Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr
@@ -1472,14 +1472,14 @@ <h3 id=font-size-prop><span class=secno>3.5 </span>Font size: the <a
14721472
<dt><dfn id=length-size-value><var>&lt;length&gt;</var></dfn>
14731473

14741474
<dd>A length value specifies an absolute font size (independent of the
1475-
user agent's font table). Negative lengths are illegal.
1475+
user agent's font table). Negative lengths are invalid.
14761476

14771477
<dt><dfn id=percentage-size-value><var>&lt;percentage&gt;</var></dfn>
14781478

14791479
<dd>A percentage value specifies an absolute font size relative to the
14801480
parent element's font size. Use of percentage values, or values in
14811481
<code class=property>em</code>’s, leads to more robust and
1482-
cascadable style sheets.
1482+
cascadable style sheets. Negative percentages are invalid.
14831483
</dl>
14841484

14851485
<p>The following table provides user agent guidelines for the absolute-size
@@ -1735,6 +1735,8 @@ <h3 id=font-size-adjust-prop><span class=secno>3.6 </span>Relative sizing:
17351735
c = adjusted font-size to use
17361736
</pre>
17371737

1738+
<p>Negative values are invalid.</p>
1739+
17381740
<p>This value applies to any font that is selected but in typical usage
17391741
it should be based on the <a href="#aspect-value"><i>aspect
17401742
value</i></a> of the first font in the font-family list. If this is
@@ -6040,6 +6042,9 @@ <h3 class=no-num id=recent-changes> Changes from the <a
60406042
href="#propdef-font-variant" title="font-variant!!property"><code
60416043
class=property>font-variant</code></a> shorthand
60426044

6045+
<li>make negative values for font-size-adjust invalid, along with negative
6046+
percentage font-size values
6047+
60436048
<li>minor editorial cleanups
60446049
</ul>
60456050

@@ -6287,9 +6292,9 @@ <h3 class=no-num id=normative-references>Normative References</h3>
62876292
<dt id=ref-HTML5>[HTML5]
62886293

62896294
<dd>Robin Berjon; et al. <a
6290-
href="http://www.w3.org/TR/2014/WD-html5-20140617/"><cite>HTML5.</cite></a>
6291-
17 June 2014. W3C Candidate Recommendation. (Work in progress.) URL: <a
6292-
href="http://www.w3.org/TR/2014/WD-html5-20140617/">http://www.w3.org/TR/2014/WD-html5-20140617/</a>
6295+
href="http://www.w3.org/TR/2014/REC-html5-20141028/"><cite>HTML5.</cite></a>
6296+
28 October 2014. W3C Recommendation. URL: <a
6297+
href="http://www.w3.org/TR/2014/REC-html5-20141028/">http://www.w3.org/TR/2014/REC-html5-20141028/</a>
62936298
</dd>
62946299
<!---->
62956300

@@ -6354,10 +6359,10 @@ <h3 class=no-num id=normative-references>Normative References</h3>
63546359

63556360
<dd>The Unicode Consortium. <a
63566361
href="http://www.unicode.org/standard/versions/enumeratedversions.html"><cite>The
6357-
Unicode Standard.</cite></a> 2013. Defined by: The Unicode Standard,
6358-
Version 6.3.0, (Mountain View, CA: The Unicode Consortium, 2013. ISBN
6359-
978-1-936213-08-5), as updated from time to time by the publication of
6360-
new versions URL: <a
6362+
Unicode Standard.</cite></a> 2014. Defined by: The Unicode Standard,
6363+
Version 7.0.0, (Mountain View, CA: The Unicode Consortium, 2014. ISBN
6364+
978-1-936213-09-2), as updated from time to time by the publication of
6365+
new versions. URL: <a
63616366
href="http://www.unicode.org/standard/versions/enumeratedversions.html">http://www.unicode.org/standard/versions/enumeratedversions.html</a>
63626367
</dd>
63636368
<!---->

0 commit comments

Comments
 (0)