ladybird/Libraries/LibWeb/ARIA
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
..
AriaData.cpp
AriaData.h
ARIAMixin.cpp LibWeb: Extract ARIA role-attribute checking out from role_or_default() 2024-12-06 18:31:45 +00:00
ARIAMixin.h LibWeb: Extract ARIA role-attribute checking out from role_or_default() 2024-12-06 18:31:45 +00:00
ARIAMixin.idl
AriaRoles.json LibWeb: Add support for the “mark” ARIA role 2024-12-12 05:13:45 -08:00
AttributeNames.cpp
AttributeNames.h
Roles.cpp LibWeb: Add support for the “suggestion” ARIA role 2024-12-12 08:53:20 +00:00
Roles.h LibWeb: Support the “image” synonym for the “img” ARIA role 2024-12-12 05:13:45 -08:00
RoleType.cpp LibWeb: Support the “image” synonym for the “img” ARIA role 2024-12-12 05:13:45 -08:00
RoleType.h
StateAndProperties.cpp
StateAndProperties.h