Skip to content

Commit

Permalink
[giow] (3) Better compatibility with legacy UAs
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17690
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7472 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2012
1 parent 4a0651c commit 152a407
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 31 deletions.
22 changes: 12 additions & 10 deletions complete.html
Expand Up @@ -44321,16 +44321,18 @@ <h4 id=attributes-common-to-td-and-th-elements><span class=secno>4.9.11 </span>A

</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-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>
<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>

<!--
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
Expand Down
22 changes: 12 additions & 10 deletions index
Expand Up @@ -44321,16 +44321,18 @@ the cell that corresponds to the values of the two dice.

</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-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>
<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>

<!--
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
Expand Down
22 changes: 11 additions & 11 deletions source
Expand Up @@ -51826,18 +51826,18 @@ the cell that corresponds to the values of the two dice.

<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
Expand Down

0 comments on commit 152a407

Please sign in to comment.