HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/7123

SVNBugCommentTime (UTC)
712316344[Gecko] [Internet Explorer] [Opera] [Webkit] import the lone HTML quirk from zcorpan's draft2012-06-07 00:24
Index: source
===================================================================
--- source	(revision 7122)
+++ source	(revision 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);

|