[html5] r4510 - [e] (0) be correct about what the 'otherwise' cases are. Fixing http://www.w3.or [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 5 23:52:38 PST 2010


Author: ianh
Date: 2010-01-05 23:52:34 -0800 (Tue, 05 Jan 2010)
New Revision: 4510

Modified:
   complete.html
   index
   source
Log:
[e] (0) be correct about what the 'otherwise' cases are.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8485

Modified: complete.html
===================================================================
--- complete.html	2010-01-06 07:50:04 UTC (rev 4509)
+++ complete.html	2010-01-06 07:52:34 UTC (rev 4510)
@@ -29669,8 +29669,8 @@
           zero, then let <var title="">span</var> be that value.</p>
 
           <p>Otherwise, if the <code><a href=#the-col-element>col</a></code> element has no <code title=attr-col-span><a href=#attr-col-span>span</a></code> attribute, or if trying to
-          parse the attribute's value resulted in an error, then let
-          <var title="">span</var> be 1.</p>
+          parse the attribute's value resulted in an error or zero,
+          then let <var title="">span</var> be 1.</p>
 
          </li>
 
@@ -29728,9 +29728,9 @@
           zero, then let <var title="">span</var> be that value.</p>
 
           <p>Otherwise, if the <code><a href=#the-colgroup-element>colgroup</a></code> element has no
-          <code title=attr-colgroup-span><a href=#attr-colgroup-span>span</a></code> attribute, or if
-          trying to parse the attribute's value resulted in an error,
-          then let <var title="">span</var> be 1.</p>
+          <code title=attr-colgroup-span><a href=#attr-colgroup-span>span</a></code> attribute, or
+          if trying to parse the attribute's value resulted in an
+          error or zero, then let <var title="">span</var> be 1.</p>
 
          </li>
 

Modified: index
===================================================================
--- index	2010-01-06 07:50:04 UTC (rev 4509)
+++ index	2010-01-06 07:52:34 UTC (rev 4510)
@@ -29504,8 +29504,8 @@
           zero, then let <var title="">span</var> be that value.</p>
 
           <p>Otherwise, if the <code><a href=#the-col-element>col</a></code> element has no <code title=attr-col-span><a href=#attr-col-span>span</a></code> attribute, or if trying to
-          parse the attribute's value resulted in an error, then let
-          <var title="">span</var> be 1.</p>
+          parse the attribute's value resulted in an error or zero,
+          then let <var title="">span</var> be 1.</p>
 
          </li>
 
@@ -29563,9 +29563,9 @@
           zero, then let <var title="">span</var> be that value.</p>
 
           <p>Otherwise, if the <code><a href=#the-colgroup-element>colgroup</a></code> element has no
-          <code title=attr-colgroup-span><a href=#attr-colgroup-span>span</a></code> attribute, or if
-          trying to parse the attribute's value resulted in an error,
-          then let <var title="">span</var> be 1.</p>
+          <code title=attr-colgroup-span><a href=#attr-colgroup-span>span</a></code> attribute, or
+          if trying to parse the attribute's value resulted in an
+          error or zero, then let <var title="">span</var> be 1.</p>
 
          </li>
 

Modified: source
===================================================================
--- source	2010-01-06 07:50:04 UTC (rev 4509)
+++ source	2010-01-06 07:52:34 UTC (rev 4510)
@@ -32534,8 +32534,8 @@
 
           <p>Otherwise, if the <code>col</code> element has no <code
           title="attr-col-span">span</code> attribute, or if trying to
-          parse the attribute's value resulted in an error, then let
-          <var title="">span</var> be 1.</p>
+          parse the attribute's value resulted in an error or zero,
+          then let <var title="">span</var> be 1.</p>
 
          </li>
 
@@ -32605,9 +32605,9 @@
           zero, then let <var title="">span</var> be that value.</p>
 
           <p>Otherwise, if the <code>colgroup</code> element has no
-          <code title="attr-colgroup-span">span</code> attribute, or if
-          trying to parse the attribute's value resulted in an error,
-          then let <var title="">span</var> be 1.</p>
+          <code title="attr-colgroup-span">span</code> attribute, or
+          if trying to parse the attribute's value resulted in an
+          error or zero, then let <var title="">span</var> be 1.</p>
 
          </li>
 




More information about the Commit-Watchers mailing list