ladybird/Userland/Libraries/LibWeb/ARIA
sideshowbarker ede6924db8 LibWeb: Complete support for all ARIA properties in current spec
This change completes handling for all ARIA properties defined in the
current ARIA spec — by adding handling for the following properties:

- aria-braillelabel
- aria-brailleroledescription
- aria-colindextext
- aria-description
- aria-rowindextext
2024-10-24 22:21:46 +02:00
..
AriaData.cpp LibWeb: Complete support for all ARIA properties in current spec 2024-10-24 22:21:46 +02:00
AriaData.h LibWeb: Complete support for all ARIA properties in current spec 2024-10-24 22:21:46 +02:00
ARIAMixin.cpp LibWeb: Complete support for all ARIA properties in current spec 2024-10-24 22:21:46 +02:00
ARIAMixin.h LibWeb: Complete support for all ARIA properties in current spec 2024-10-24 22:21:46 +02:00
ARIAMixin.idl LibWeb: Complete support for all ARIA properties in current spec 2024-10-24 22:21:46 +02:00
AriaRoles.json LibWeb: Complete support for all ARIA properties in current spec 2024-10-24 22:21:46 +02: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: Complete support for all ARIA properties in current spec 2024-10-24 22:21:46 +02:00
RoleType.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
StateAndProperties.cpp LibWeb: Complete support for all ARIA properties in current spec 2024-10-24 22:21:46 +02:00
StateAndProperties.h LibWeb: Complete support for all ARIA properties in current spec 2024-10-24 22:21:46 +02:00