[html5] r7472 - [giow] (3) Better compatibility with legacy UAs Fixing https://www.w3.org/Bugs/P [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 19 12:47:08 PDT 2012


Author: ianh
Date: 2012-10-19 12:47:07 -0700 (Fri, 19 Oct 2012)
New Revision: 7472

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Better compatibility with legacy UAs
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17690
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2012-10-19 19:17:03 UTC (rev 7471)
+++ complete.html	2012-10-19 19:47:07 UTC (rev 7472)
@@ -44321,17 +44321,19 @@
 
   </dl><div class=impl>
 
-  <p>The <dfn id=dom-tdth-colspan title=dom-tdth-colSpan><code>colSpan</code></dfn> IDL
-  attribute must <a href=#reflect>reflect</a> the <code title=attr-tdth-colspan><a href=#attr-tdth-colspan>colspan</a></code> content attribute. The
-  value must be <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative numbers greater
-  than zero</a>.</p>
+  <p>The <dfn id=dom-tdth-colspan title=dom-tdth-colSpan><code>colSpan</code></dfn> IDL attribute must
+  <a href=#reflect>reflect</a> the <code title=attr-tdth-colspan><a href=#attr-tdth-colspan>colspan</a></code> content attribute. Its
+  default value is 1.</p>
 
-  <p>The <dfn id=dom-tdth-rowspan title=dom-tdth-rowSpan><code>rowSpan</code></dfn> IDL
-  attribute must <a href=#reflect>reflect</a> the <code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>rowspan</a></code> content attribute. Its
-  default value, which must be used if <a href=#rules-for-parsing-non-negative-integers title="rules for parsing
-  non-negative integers">parsing the attribute as a non-negative
-  integer</a> returns an error, is 1.</p>
+  <!--
+   http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1699
+   http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1700
+  -->
 
+  <p>The <dfn id=dom-tdth-rowspan title=dom-tdth-rowSpan><code>rowSpan</code></dfn> IDL attribute must
+  <a href=#reflect>reflect</a> the <code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>rowspan</a></code> content attribute. Its
+  default value is 1.</p>
+
   <p>The <dfn id=dom-tdth-headers title=dom-tdth-headers><code>headers</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the
   same name.</p>

Modified: index
===================================================================
--- index	2012-10-19 19:17:03 UTC (rev 7471)
+++ index	2012-10-19 19:47:07 UTC (rev 7472)
@@ -44321,17 +44321,19 @@
 
   </dl><div class=impl>
 
-  <p>The <dfn id=dom-tdth-colspan title=dom-tdth-colSpan><code>colSpan</code></dfn> IDL
-  attribute must <a href=#reflect>reflect</a> the <code title=attr-tdth-colspan><a href=#attr-tdth-colspan>colspan</a></code> content attribute. The
-  value must be <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative numbers greater
-  than zero</a>.</p>
+  <p>The <dfn id=dom-tdth-colspan title=dom-tdth-colSpan><code>colSpan</code></dfn> IDL attribute must
+  <a href=#reflect>reflect</a> the <code title=attr-tdth-colspan><a href=#attr-tdth-colspan>colspan</a></code> content attribute. Its
+  default value is 1.</p>
 
-  <p>The <dfn id=dom-tdth-rowspan title=dom-tdth-rowSpan><code>rowSpan</code></dfn> IDL
-  attribute must <a href=#reflect>reflect</a> the <code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>rowspan</a></code> content attribute. Its
-  default value, which must be used if <a href=#rules-for-parsing-non-negative-integers title="rules for parsing
-  non-negative integers">parsing the attribute as a non-negative
-  integer</a> returns an error, is 1.</p>
+  <!--
+   http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1699
+   http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1700
+  -->
 
+  <p>The <dfn id=dom-tdth-rowspan title=dom-tdth-rowSpan><code>rowSpan</code></dfn> IDL attribute must
+  <a href=#reflect>reflect</a> the <code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>rowspan</a></code> content attribute. Its
+  default value is 1.</p>
+
   <p>The <dfn id=dom-tdth-headers title=dom-tdth-headers><code>headers</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the
   same name.</p>

Modified: source
===================================================================
--- source	2012-10-19 19:17:03 UTC (rev 7471)
+++ source	2012-10-19 19:47:07 UTC (rev 7472)
@@ -51826,19 +51826,19 @@
 
   <div class="impl">
 
-  <p>The <dfn title="dom-tdth-colSpan"><code>colSpan</code></dfn> IDL
-  attribute must <span>reflect</span> the <code
-  title="attr-tdth-colspan">colspan</code> content attribute. The
-  value must be <span>limited to only non-negative numbers greater
-  than zero</span>.</p>
+  <p>The <dfn title="dom-tdth-colSpan"><code>colSpan</code></dfn> IDL attribute must
+  <span>reflect</span> the <code title="attr-tdth-colspan">colspan</code> content attribute. Its
+  default value is 1.</p>
 
-  <p>The <dfn title="dom-tdth-rowSpan"><code>rowSpan</code></dfn> IDL
-  attribute must <span>reflect</span> the <code
-  title="attr-tdth-rowspan">rowspan</code> content attribute. Its
-  default value, which must be used if <span title="rules for parsing
-  non-negative integers">parsing the attribute as a non-negative
-  integer</span> returns an error, is 1.</p>
+  <!--
+   http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1699
+   http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1700
+  -->
 
+  <p>The <dfn title="dom-tdth-rowSpan"><code>rowSpan</code></dfn> IDL attribute must
+  <span>reflect</span> the <code title="attr-tdth-rowspan">rowspan</code> content attribute. Its
+  default value is 1.</p>
+
   <p>The <dfn title="dom-tdth-headers"><code>headers</code></dfn> IDL
   attribute must <span>reflect</span> the content attribute of the
   same name.</p>




More information about the Commit-Watchers mailing list