From f48bd03f6f01da82a8981a02793bc2b8ed3064b2 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 28 Mar 2024 12:49:14 -0400 Subject: [PATCH] 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`