Timothy Flynn
19567d96ec
LibWeb: Remove special handling for the ARIA "switch" role
...
If we use the correct string for "switch", the special handling is not
necessary after 8961d5d2ce
.
2024-12-28 08:33:57 -08:00
sideshowbarker
8961d5d2ce
LibWeb: Add support for ARIA Graphics roles
...
This change adds support for the graphics-document, graphics-object, and
graphics-symbol ARIA roles from the WAI-ARIA Graphics Module spec at
https://w3c.github.io/graphics-aria/#role_definitions
2024-12-27 17:16:15 -08:00
sideshowbarker
ce65457746
LibWeb: Fix internal logic for recognizing non-abstract ARIA roles
2024-12-18 15:24:51 +00:00
sideshowbarker
1b165d887b
LibWeb: Support the ARIA “sectionheader” & “sectionfooter” roles
2024-12-16 06:56:31 -08:00
sideshowbarker
ccbc436e85
LibWeb: Support the “image” synonym for the “img” ARIA role
...
Additionally: For “img” elements with empty “alt” attributes, change the
default role to the newer, preferred “none” synonym for the older
“presentation” role; import https://wpt.fyi/results/html-aam/roles.html
(which provides test/regression coverage for these changes).
2024-12-12 05:13:45 -08:00
sideshowbarker
6e24f23aa0
LibWeb: Add support for the “mark” ARIA role
2024-12-12 05:13:45 -08:00
sideshowbarker
96540e9f89
LibWeb: Add support for the “suggestion” ARIA role
2024-12-12 08:53:20 +00:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00