From 15ca899b61e6de31e6187bce9e4914c1808356ed Mon Sep 17 00:00:00 2001
From: scottaohara
Use the `colspan` attribute on any element that is
allowed the `colspan` attribute in HTML.
- Authors SHOULD NOT use the `aria-colspan` attribute on any element which also has a `colspan` attribute. + Authors SHOULD NOT use the `aria-colspan` attribute on any element which allows the `colspan` attribute. Use the `colspan` attribute instead.
- Authors MUST NOT use `aria-colspan` on any element which also has a `colspan` attribute, and the values of each attribute do not match. + Authors MUST NOT use `aria-colspan` on any element which also has a `colspan` attribute and the values of each attribute do not match.
@@ -3131,14 +3135,18 @@- Authors SHOULD NOT use the `aria-rowspan` attribute on any element which also has a `rowspan` attribute. + Authors SHOULD NOT use the `aria-rowspan` attribute on any element which allows the `rowspan` attribute. Use the `rowspan` attribute instead.
- Authors MUST NOT use `aria-rowspan` on any element which also has a `rowspan` attribute, and the values of each attribute do not match. + Authors MUST NOT use `aria-rowspan` on any element which also has a `rowspan` attribute and the values of each attribute do not match.
diff --git a/results/implementation-results.html b/results/implementation-results.html index b3e519b7..e7cdff17 100644 --- a/results/implementation-results.html +++ b/results/implementation-results.html @@ -3696,12 +3696,12 @@colspan
attribute on any element that is
allowed the colspan
attribute in HTML.
- +
Authors MUST NOT use aria-colspan
on any element which also has a colspan
attribute, and the values of each attribute do not match.
rowspan
attribute on any element that is
allowed the rowspan
attribute in HTML.
- +
Authors MUST NOT use aria-rowspan
on any element which also has a rowspan
attribute, and the values of each attribute do not match.
aria-colspan
last updated 27 February 2021
+last updated 18 August 2021
colspan
is allowed on td
and th
elements