- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 18 Sep 2012 18:43:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20286
Modified Files:
rendering.html single-page.html spec.html
Log Message:
commit b55b3ce3bf7dd3deec9129766f5738b2d033ecca
Author: Travis Leithead <travil@microsoft.com>
Date: Tue Sep 18 11:39:44 2012 -0700
[HTML5 Bug 18224] Update to the quirksmode styles
Minor update to the "td[nowrap], th[nowrap]" quirksmode exception that
allows a "width" attribute to opt-out of the white-space presentational
hint, unless it evaluates to an error, number classified as a percentage
or [new in this bug fix] a zero value.
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -d -r1.250 -r1.251
--- rendering.html 18 Sep 2012 08:44:21 -0000 1.250
+++ rendering.html 18 Sep 2012 18:43:42 -0000 1.251
@@ -1402,7 +1402,7 @@
<code><a href="the-th-element.html#the-th-element">th</a></code> element that has a <code title="attr-tdth-nowrap"><a href="obsolete.html#attr-tdth-nowrap">nowrap</a></code> attribute but also has a
<code title="attr-tdth-width"><a href="obsolete.html#attr-tdth-width">width</a></code> attribute whose value,
when parsed using the <a href="common-microsyntaxes.html#rules-for-parsing-dimension-values">rules for parsing dimension
- values</a>, is found to be a length (not an error or a number
+ values</a>, is found to be a non-zero length (not an error or a number
classified as a percentage), is expected to have a <a href="#presentational-hints" title="presentational hints">presentational hint</a> setting the
element's 'white-space' property to 'normal', overriding the rule in
the CSS block above that sets it to 'nowrap'.</p>
Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- single-page.html 18 Sep 2012 18:14:08 -0000 1.125
+++ single-page.html 18 Sep 2012 18:43:42 -0000 1.126
@@ -79020,7 +79020,7 @@
<code><a href=#the-th-element>th</a></code> element that has a <code title=attr-tdth-nowrap><a href=#attr-tdth-nowrap>nowrap</a></code> attribute but also has a
<code title=attr-tdth-width><a href=#attr-tdth-width>width</a></code> attribute whose value,
when parsed using the <a href=#rules-for-parsing-dimension-values>rules for parsing dimension
- values</a>, is found to be a length (not an error or a number
+ values</a>, is found to be a non-zero length (not an error or a number
classified as a percentage), is expected to have a <a href=#presentational-hints title="presentational hints">presentational hint</a> setting the
element's 'white-space' property to 'normal', overriding the rule in
the CSS block above that sets it to 'nowrap'.</p>
Received on Tuesday, 18 September 2012 18:43:46 UTC