1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Userland/Libraries/LibWeb/ARIA
Tim Ledbetter f0d2a21d77 LibWeb: Add missing ARIA roles to RoleType::build_role_object()
This change allows `contentinfo`, `none`, `subscript` and `superscript`
RoleTypes to be built. These were the only non-abstract role types
missing from this function.

This fixes an issue where clicking on an element with one of these role
types in Inspector would cause a crash.
2024-01-27 14:52:41 -05:00
..
AriaData.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
AriaData.h LibWeb: Port AriaData from DeprecatedString to String 2023-11-20 15:00:19 +01:00
ARIAMixin.cpp LibWeb: Port AriaData from DeprecatedString to String 2023-11-20 15:00:19 +01:00
ARIAMixin.h LibWeb: Port AriaData from DeprecatedString to String 2023-11-20 15:00:19 +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: Add missing ARIA roles to RoleType::build_role_object() 2024-01-27 14:52:41 -05:00
RoleType.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
StateAndProperties.cpp LibWeb: Port AriaData from DeprecatedString to String 2023-11-20 15:00:19 +01:00
StateAndProperties.h LibWeb: Port AriaData from DeprecatedString to String 2023-11-20 15:00:19 +01:00