Skip to content

Commit ff0b10c

Browse files
dontcallmedompmeenan
authored andcommitted
Remove duplicate definition of HTMLTableColElement's span
It is already defined as part of the colgroup element's section. Fixes whatwg#8564.
1 parent c26e182 commit ff0b10c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source

-4
Original file line numberDiff line numberDiff line change
@@ -41666,10 +41666,6 @@ interface <dfn interface>HTMLTableColElement</dfn> : <span>HTMLElement</span> {
4166641666
<p>The <code>col</code> element and its <code data-x="attr-col-span">span</code> attribute take
4166741667
part in the <span>table model</span>.</p>
4166841668

41669-
<p>The <dfn attribute for="HTMLTableColElement"><code data-x="dom-col-span">span</code></dfn> IDL
41670-
attribute must <span>reflect</span> the content attribute of the same name. It is <span>clamped to
41671-
the range</span> [1, 1000], and its default value is 1.</p>
41672-
4167341669
</div>
4167441670

4167541671

0 commit comments

Comments
 (0)