From f48bd03f6f01da82a8981a02793bc2b8ed3064b2 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 28 Mar 2024 12:49:14 -0400 Subject: [PATCH 1/2] add obsolete dir element the dir element is semantically equivalent to the UL element, and thus it should also map to role=list. As browsers have recently updated the rendering of this element to have visual consistency with the UL element / across browsers, then too, the mappings should update to match what is spec'd in HTML. --- html-aam/index.html | 52 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/html-aam/index.html b/html-aam/index.html index ee6158905..cbc1c9a48 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -1980,6 +1980,58 @@

`dialog`

+

`dir`

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HTML Specification + `dir` +
[[wai-aria-1.2]] + `list` role +
Computed Role
Use WAI-ARIA mapping
MSAA + IAccessible2 +
Use WAI-ARIA mapping
+
UIA +
Use WAI-ARIA mapping
+
ATK +
Use WAI-ARIA mapping
+
AX +
Use WAI-ARIA mapping
+
Comments + The `dir` element is marked as obsolete in HTML, and is not to be used by authors. +

`div`

From 06c94918c2a4caf333566ea10eabc8a775b2a091 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Wed, 11 Dec 2024 14:15:48 -0500 Subject: [PATCH 2/2] Update html-aam/index.html --- html-aam/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-aam/index.html b/html-aam/index.html index 0f8e1b07a..f612f2e74 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -1913,7 +1913,7 @@

`dialog`

-

`dir`

+

`dir` (obsolete)