Skip to content

Commit 3a9568a

Browse files
committed
Rename colspan back to columnspan.
See #198 (comment) and issue #180
1 parent 6758dac commit 3a9568a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.html

+6-5
Original file line numberDiff line numberDiff line change
@@ -4581,11 +4581,11 @@ <h4>Entry in Table or Matrix <code>&lt;mtd&gt;</code></h4>
45814581
in <a href="#global-attributes"></a> as well as the following attributes:
45824582
</p>
45834583
<ul id="mtd-attributes">
4584-
<li><a>colspan</a></li>
4584+
<li><a>columnspan</a></li>
45854585
<li><a>rowspan</a></li>
45864586
</ul>
45874587
<p>
4588-
The <dfn><code>colspan</code></dfn> (respectively
4588+
The <dfn><code>columnspan</code></dfn> (respectively
45894589
<dfn><code>rowspan</code></dfn>) attribute has the same
45904590
syntax and semantics as the
45914591
[^td/colspan^]
@@ -4594,12 +4594,13 @@ <h4>Entry in Table or Matrix <code>&lt;mtd&gt;</code></h4>
45944594
attribute on the <code>&lt;td&gt;</code> element from [[HTML]].
45954595
In particular, the parsing of these attributes is handled as
45964596
described in the
4597-
<a data-cite="HTML/../#algorithm-for-processing-rows">algorithm for processing rows</a>.
4597+
<a data-cite="HTML/../#algorithm-for-processing-rows">algorithm for processing rows</a>, always reading "<code>colspan</code>" as
4598+
"<code>columnspan</code>".
45984599
</p>
45994600
<div class="note">
46004601
The name of the column spanning attribute in [[MathML3]] and earlier
4601-
versions was <code>columnspan</code>. For consistency with [[HTML]],
4602-
this specification uses <code>colspan</code> instead.
4602+
versions is <code>columnspan</code> and is preserved for backward
4603+
compatibility reasons.
46034604
</div>
46044605
<p>
46054606
The <code>&lt;mtd&gt;</code> element

0 commit comments

Comments
 (0)