Skip to content

Commit

Permalink
Rename colspan back to columnspan.
Browse files Browse the repository at this point in the history
See #198 (comment)
and issue #180
  • Loading branch information
fred-wang committed Jul 12, 2023
1 parent 6758dac commit 3a9568a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4581,11 +4581,11 @@ <h4>Entry in Table or Matrix <code>&lt;mtd&gt;</code></h4>
in <a href="#global-attributes"></a> as well as the following attributes:
</p>
<ul id="mtd-attributes">
<li><a>colspan</a></li>
<li><a>columnspan</a></li>
<li><a>rowspan</a></li>
</ul>
<p>
The <dfn><code>colspan</code></dfn> (respectively
The <dfn><code>columnspan</code></dfn> (respectively
<dfn><code>rowspan</code></dfn>) attribute has the same
syntax and semantics as the
[^td/colspan^]
Expand All @@ -4594,12 +4594,13 @@ <h4>Entry in Table or Matrix <code>&lt;mtd&gt;</code></h4>
attribute on the <code>&lt;td&gt;</code> element from [[HTML]].
In particular, the parsing of these attributes is handled as
described in the
<a data-cite="HTML/../#algorithm-for-processing-rows">algorithm for processing rows</a>.
<a data-cite="HTML/../#algorithm-for-processing-rows">algorithm for processing rows</a>, always reading "<code>colspan</code>" as
"<code>columnspan</code>".
</p>
<div class="note">
The name of the column spanning attribute in [[MathML3]] and earlier
versions was <code>columnspan</code>. For consistency with [[HTML]],
this specification uses <code>colspan</code> instead.
versions is <code>columnspan</code> and is preserved for backward
compatibility reasons.
</div>
<p>
The <code>&lt;mtd&gt;</code> element
Expand Down

0 comments on commit 3a9568a

Please sign in to comment.