From 3a9568adc0dc35358afb193ca0bd30d3ac5d9ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Wed, 12 Jul 2023 09:35:57 +0200 Subject: [PATCH] Rename colspan back to columnspan. See https://github.com/w3c/mathml-core/issues/198#issuecomment-1607943738 and issue #180 --- index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index e379e76..4baa102 100644 --- a/index.html +++ b/index.html @@ -4581,11 +4581,11 @@

Entry in Table or Matrix <mtd>

in as well as the following attributes:

- The colspan (respectively + The columnspan (respectively rowspan) attribute has the same syntax and semantics as the [^td/colspan^] @@ -4594,12 +4594,13 @@

Entry in Table or Matrix <mtd>

attribute on the <td> element from [[HTML]]. In particular, the parsing of these attributes is handled as described in the - algorithm for processing rows. + algorithm for processing rows, always reading "colspan" as + "columnspan".

The name of the column spanning attribute in [[MathML3]] and earlier - versions was columnspan. For consistency with [[HTML]], - this specification uses colspan instead. + versions is columnspan and is preserved for backward + compatibility reasons.

The <mtd> element