[html5] r7380 - [e] (0) Add some notes to clarify why this algorithm says what it does Affected [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 19 15:34:38 PDT 2012


Author: ianh
Date: 2012-09-19 15:34:37 -0700 (Wed, 19 Sep 2012)
New Revision: 7380

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add some notes to clarify why this algorithm says what it does
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2012-09-19 22:17:02 UTC (rev 7379)
+++ complete.html	2012-09-19 22:34:37 UTC (rev 7380)
@@ -98258,9 +98258,10 @@
   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>
+  <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1793 -->
+  <!-- note that the "rules for parsing dimension values" can't return 0, if the value is "0" they treat it as an error -->
 
 
-
   <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-09-19 22:17:02 UTC (rev 7379)
+++ index	2012-09-19 22:34:37 UTC (rev 7380)
@@ -98258,9 +98258,10 @@
   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>
+  <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1793 -->
+  <!-- note that the "rules for parsing dimension values" can't return 0, if the value is "0" they treat it as an error -->
 
 
-
   <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-09-19 22:17:02 UTC (rev 7379)
+++ source	2012-09-19 22:34:37 UTC (rev 7380)
@@ -113619,9 +113619,10 @@
   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>
+  <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1793 -->
+  <!-- note that the "rules for parsing dimension values" can't return 0, if the value is "0" they treat it as an error -->
 
 
-
   <h4>Form controls</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);




More information about the Commit-Watchers mailing list