Commit 3a9568a 1 parent 6758dac commit 3a9568a Copy full SHA for 3a9568a
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4581,11 +4581,11 @@ <h4>Entry in Table or Matrix <code><mtd></code></h4>
4581
4581
in < a href ="#global-attributes "> </ a > as well as the following attributes:
4582
4582
</ p >
4583
4583
< ul id ="mtd-attributes ">
4584
- < li > < a > colspan </ a > </ li >
4584
+ < li > < a > columnspan </ a > </ li >
4585
4585
< li > < a > rowspan</ a > </ li >
4586
4586
</ ul >
4587
4587
< p >
4588
- The < dfn > < code > colspan </ code > </ dfn > (respectively
4588
+ The < dfn > < code > columnspan </ code > </ dfn > (respectively
4589
4589
< dfn > < code > rowspan</ code > </ dfn > ) attribute has the same
4590
4590
syntax and semantics as the
4591
4591
[^td/colspan^]
@@ -4594,12 +4594,13 @@ <h4>Entry in Table or Matrix <code><mtd></code></h4>
4594
4594
attribute on the < code > <td></ code > element from [[HTML]].
4595
4595
In particular, the parsing of these attributes is handled as
4596
4596
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 > ".
4598
4599
</ p >
4599
4600
< div class ="note ">
4600
4601
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 .
4603
4604
</ div >
4604
4605
< p >
4605
4606
The < code > <mtd></ code > element
You can’t perform that action at this time.
0 commit comments