[html5] r4416 - [giow] (2) <table border=...> should default to 1 if it can't be parsed. Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 8 07:36:41 PST 2009


Author: ianh
Date: 2009-12-08 07:36:38 -0800 (Tue, 08 Dec 2009)
New Revision: 4416

Modified:
   complete.html
   index
   source
Log:
[giow] (2) <table border=...> should default to 1 if it can't be parsed.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8110

Modified: complete.html
===================================================================
--- complete.html	2009-12-08 13:39:13 UTC (rev 4415)
+++ complete.html	2009-12-08 15:36:38 UTC (rev 4416)
@@ -79886,8 +79886,10 @@
   to the pixel length property">maps to the pixel length
   properties</a> 'border-top-width', 'border-right-width',
   'border-bottom-width', 'border-left-width' on the element. If the
-  attribute is present but its value is the empty string, a default
-  value of 1px is expected to be used for that property instead.</p>
+  attribute is present but parsing the attribute's value using the
+  <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a> generates an
+  error, a default value of 1px is expected to be used for that
+  property instead.</p>
 
   </div>
 

Modified: index
===================================================================
--- index	2009-12-08 13:39:13 UTC (rev 4415)
+++ index	2009-12-08 15:36:38 UTC (rev 4416)
@@ -71559,8 +71559,10 @@
   to the pixel length property">maps to the pixel length
   properties</a> 'border-top-width', 'border-right-width',
   'border-bottom-width', 'border-left-width' on the element. If the
-  attribute is present but its value is the empty string, a default
-  value of 1px is expected to be used for that property instead.</p>
+  attribute is present but parsing the attribute's value using the
+  <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a> generates an
+  error, a default value of 1px is expected to be used for that
+  property instead.</p>
 
   </div>
 

Modified: source
===================================================================
--- source	2009-12-08 13:39:13 UTC (rev 4415)
+++ source	2009-12-08 15:36:38 UTC (rev 4416)
@@ -88661,8 +88661,10 @@
   to the pixel length property">maps to the pixel length
   properties</span> 'border-top-width', 'border-right-width',
   'border-bottom-width', 'border-left-width' on the element. If the
-  attribute is present but its value is the empty string, a default
-  value of 1px is expected to be used for that property instead.</p>
+  attribute is present but parsing the attribute's value using the
+  <span>rules for parsing non-negative integers</span> generates an
+  error, a default value of 1px is expected to be used for that
+  property instead.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list