diff --git a/.gitignore b/.gitignore index 9309d2680..97502779c 100644 --- a/.gitignore +++ b/.gitignore @@ -220,3 +220,6 @@ pip-log.txt # Local Netlify folder .netlify + +# Jet Brains +.idea/ diff --git a/html-aam/index.html b/html-aam/index.html index 7a5c39ac0..34b4ab9c7 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -362,7 +362,7 @@

`a` (no `href` attribute)< HTML Specification `a` - (no `href` attribute) + (no `href` attribute, no click listener) @@ -405,6 +405,56 @@

`a` (no `href` attribute)< +

`a` (with click listener)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HTML Specification + `a` + (with click listener) +
[[wai-aria-1.2]]`link` 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
+
CommentsThis applies only to direct `onClick` and click event listeners.

`abbr`

@@ -17060,6 +17110,8 @@

Change Log

Substantive changes since moving to the Accessible Rich Internet Applications Working Group (03-Nov-2019)