[html5] r7123 - [giow] (2) import the lone HTML quirk from zcorpan's draft Fixing https://www.w3 [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 6 17:24:52 PDT 2012
Author: ianh
Date: 2012-06-06 17:24:50 -0700 (Wed, 06 Jun 2012)
New Revision: 7123
Modified:
complete.html
index
source
Log:
[giow] (2) import the lone HTML quirk from zcorpan's draft
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16344
Affected topics: Rendering
Modified: complete.html
===================================================================
--- complete.html 2012-06-06 23:59:23 UTC (rev 7122)
+++ complete.html 2012-06-07 00:24:50 UTC (rev 7123)
@@ -240,7 +240,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 6 June 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 7 June 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -94931,7 +94931,17 @@
non-negative integers</a>, is also found to have a value other
than zero or to generate an error.</p>
+ <hr><p>In <a href=#quirks-mode>quirks mode</a>, a <code><a href=#the-td-element>td</a></code> element or a
+ <code><a href=#the-th-element>th</a></code> element 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
+ 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>
+
+
<h4 id=form-controls><span class=secno>14.3.10 </span>Form controls</h4>
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
Modified: index
===================================================================
--- index 2012-06-06 23:59:23 UTC (rev 7122)
+++ index 2012-06-07 00:24:50 UTC (rev 7123)
@@ -240,7 +240,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 6 June 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 7 June 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -94931,7 +94931,17 @@
non-negative integers</a>, is also found to have a value other
than zero or to generate an error.</p>
+ <hr><p>In <a href=#quirks-mode>quirks mode</a>, a <code><a href=#the-td-element>td</a></code> element or a
+ <code><a href=#the-th-element>th</a></code> element 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
+ 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>
+
+
<h4 id=form-controls><span class=secno>14.3.10 </span>Form controls</h4>
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
Modified: source
===================================================================
--- source 2012-06-06 23:59:23 UTC (rev 7122)
+++ source 2012-06-07 00:24:50 UTC (rev 7123)
@@ -109903,7 +109903,21 @@
non-negative integers</span>, is also found to have a value other
than zero or to generate an error.</p>
+ <hr>
+ <p>In <span>quirks mode</span>, a <code>td</code> element or a
+ <code>th</code> element has a <code
+ title="attr-tdth-nowrap">nowrap</code> attribute but also has a
+ <code title="attr-tdth-width">width</code> attribute whose value,
+ when parsed using the <span>rules for parsing dimension
+ values</span>, is found to be a length (not an error or a number
+ classified as a percentage), is expected to have a <span
+ title="presentational hints">presentational hint</span> setting the
+ element's 'white-space' property to 'normal', overriding the rule in
+ the CSS block above that sets it to 'nowrap'.</p>
+
+
+
<h4>Form controls</h4>
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
More information about the Commit-Watchers
mailing list