1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 20:17:34 +00:00
serenity/Userland/Libraries/LibWeb/ARIA
Jonah e9840bfd4e LibWeb: Build out the ARIA role model
We now have implemented the ARIA role model. These classes will
control which states and properties are exposed to end users.
2023-07-06 11:21:36 +01:00
..
AriaData.cpp LibWeb: Add AriaData object to parse ARIAMixin data 2023-07-06 11:21:36 +01:00
AriaData.h LibWeb: Add AriaData object to parse ARIAMixin data 2023-07-06 11:21:36 +01:00
ARIAMixin.cpp LibWeb: Add AriaData object to parse ARIAMixin data 2023-07-06 11:21:36 +01:00
ARIAMixin.h LibWeb: Add AriaData object to parse ARIAMixin data 2023-07-06 11:21:36 +01:00
ARIAMixin.idl LibWeb: Move ARIA-related code into the Web::ARIA namespace 2023-01-29 00:02:55 +00:00
AriaRoles.json LibWeb: Build out the ARIA role model 2023-07-06 11:21:36 +01:00
Roles.cpp Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
Roles.h LibWeb: Add ARIA::allows_name_from_content 2023-02-19 15:58:20 +01:00
RoleType.cpp LibWeb: Build out the ARIA role model 2023-07-06 11:21:36 +01:00
RoleType.h LibWeb: Build out the ARIA role model 2023-07-06 11:21:36 +01:00
StateAndProperties.cpp LibWeb: Add helper functions for handling ARIA state and properties 2023-07-06 11:21:36 +01:00
StateAndProperties.h LibWeb: Add helper functions for handling ARIA state and properties 2023-07-06 11:21:36 +01:00