From 045e1e73880c24b69722a15b754265115a6e8b35 Mon Sep 17 00:00:00 2001
From: Scott O'Hara
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.
@@ -3131,9 +3135,13 @@Authors SHOULD NOT use the `aria-rowspan` attribute on any element which also has a `rowspan` attribute.
diff --git a/results/implementation-results.html b/results/implementation-results.html index b3e519b7..e90062df 100644 --- a/results/implementation-results.html +++ b/results/implementation-results.html @@ -32,7 +32,7 @@Last updated 28 June 2021
+Last updated 19 August 2021
Status of checks against the ARIA in HTML rules in the following implementations:
@@ -56,7 +56,7 @@As of 06-26-2021 all features have been verified to have at least two implementations. There are no features at risk.
-Note: IBM has decided they will not return errors/warnings when explicit roles are specified on elements with those implicit roles.
+Note: IBM presently does not return errors/warnings when explicit roles are specified on elements which natively expose that role implicitly.
colspan (3 tests) | +colspan (2 tests) | yes - issue 1107 |
yes - issue 14 |
- partial implementation: passes test 1 (of 3) - issue 354 |
+ Not yet implemented: - issue 354 |
|
@@ -3724,9 +3724,9 @@ Conformance Checker Rule ImplementationsUse therowspan attribute on any element that is
allowed the rowspan attribute in HTML.
- +
Authors SHOULD NOT use the Conformance Checker Rule ImplementationsAuthors MUST NOT usearia-rowspan on any element which also has a rowspan attribute, and the values of each attribute do not match.
- | rowspan (3 tests) | +rowspan (2 tests) | yes - issue 1107 |
yes - issue 15 |
- partial implementation: passes test 1 (of 3) - issue 354 |
+ Not yet implemented: - issue 354 |
---|
aria-colspan
last updated 27 February 2021
+last updated 18 August 2021
colspan
is allowed on td
and th
elements