ladybird/Libraries/LibWeb/ARIA
sideshowbarker ead3af0163 LibWeb: Ignore name-required landmark roles which lack accessible names
This change implements the role-checking requirement from the ARIA spec
at https://w3c.github.io/aria/#document-handling_author-errors_roles
that the “form” and “region” roles are required to have accessible
names — and that if they don’t have accessible names as required, UAs
must treat them as if they’d not been specified at all.
2025-01-09 14:08:23 +00:00
..
AriaData.cpp
AriaData.h
ARIAMixin.cpp LibWeb: Ignore name-required landmark roles which lack accessible names 2025-01-09 14:08:23 +00:00
ARIAMixin.h LibWeb: Add a to_element function to ARIAMixin 2025-01-09 14:08:23 +00:00
ARIAMixin.idl LibWeb: Support the ariaActiveDescendantElement IDL attribute 2025-01-01 11:00:53 +00:00
AriaRoles.json LibWeb: Add support for ARIA Graphics roles 2024-12-27 17:16:15 -08:00
AttributeNames.cpp
AttributeNames.h
Roles.cpp LibWeb: Remove special handling for the ARIA "switch" role 2024-12-28 08:33:57 -08:00
Roles.h LibWeb: Remove special handling for the ARIA "switch" role 2024-12-28 08:33:57 -08:00
RoleType.cpp LibWeb: Add support for ARIA Graphics roles 2024-12-27 17:16:15 -08:00
RoleType.h
StateAndProperties.cpp
StateAndProperties.h