Skip to content

Commit

Permalink
<col span> titles were wrong and pointed to colgroup's
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@286 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 11, 2006
1 parent d333815 commit 0cc351e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -10688,7 +10688,7 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>

<dt>Element-specific attributes:

<dd><code title=attr-colgroup-span><a href="#span3">span</a></code>, but
<dd><code title=attr-colgroup-span><a href="#span1">span</a></code>, but
only if the element contains no <code><a href="#col0">col</a></code>
elements

Expand Down Expand Up @@ -10741,7 +10741,7 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
<code>table<code> element.</code></code>

<dd>As a child of a <code><a href="#colgroup0">colgroup</a></code> element
that doesn't have a <code title=attr-colgroup-span><a
that doesn't have a <code title=attr-col-span><a
href="#span3">span</a></code> attribute.

<dt>Content model:
Expand All @@ -10750,7 +10750,7 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>

<dt>Element-specific attributes:

<dd><code title=attr-col-span>span</code>
<dd><code title=attr-col-span><a href="#span3">span</a></code>

<dt>DOM interface:

Expand All @@ -10775,11 +10775,11 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
href="#colgroup0">colgroup</a></code>.

<p>The element may have a <dfn id=span3
title=attr-colgroup-span><code>span</code></dfn> content attribute
specified, whose value must be a <a href="#valid">valid non-negative
integer</a>. Its default value, which must be used if <a href="#rules"
title="rules for parsing non-negative integers">parsing the attribute as a
non-negative integer</a> returns either an error or zero, is 1.
title=attr-col-span><code>span</code></dfn> content attribute specified,
whose value must be a <a href="#valid">valid non-negative integer</a>. Its
default value, which must be used if <a href="#rules" title="rules for
parsing non-negative integers">parsing the attribute as a non-negative
integer</a> returns either an error or zero, is 1.

<p>The <code><a href="#col0">col</a></code> element and its <code
title=dom-col-span><a href="#span4">span</a></code> attribute take part in
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -9192,7 +9192,7 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
elements, but only if there are no <code>colgroup</code> elements
that are children of the <code>table<code> element.</dd>
<dd>As a child of a <code>colgroup</code> element that doesn't have
a <code title="attr-colgroup-span">span</code> attribute.</dd>
a <code title="attr-col-span">span</code> attribute.</dd>
<dt>Content model:</dt>
<dd>Empty.</dd>
<dt>Element-specific attributes:</dt>
Expand All @@ -9216,7 +9216,7 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
that <code>colgroup</code>.</p>

<p>The element may have a <dfn
title="attr-colgroup-span"><code>span</code></dfn> content attribute
title="attr-col-span"><code>span</code></dfn> content attribute
specified, whose value must be a <span>valid non-negative
integer</span>. Its default value, which must be used if <span
title="rules for parsing non-negative integers">parsing the
Expand Down

0 comments on commit 0cc351e

Please sign in to comment.