1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 12:17:35 +00:00
serenity/Userland/Libraries/LibWeb/ARIA
MacDue 489fe49321 LibWeb: Fix parsing/to_string for "switch" ARIA role
I accidentally regressed this in 890b4d7, this role needs to be
handled specially due to the clash with the C++ 'switch' keyword.
2023-01-29 00:57:41 +00:00
..
ARIAMixin.cpp LibWeb: Move ARIA-related code into the Web::ARIA namespace 2023-01-29 00:02:55 +00:00
ARIAMixin.h LibWeb: Remove no longer needed DeprecatedFlyString.h includes 2023-01-29 00:02:55 +00:00
ARIAMixin.idl LibWeb: Move ARIA-related code into the Web::ARIA namespace 2023-01-29 00:02:55 +00:00
Roles.cpp LibWeb: Fix parsing/to_string for "switch" ARIA role 2023-01-29 00:57:41 +00:00
Roles.h LibWeb: Remove no longer needed DeprecatedFlyString.h includes 2023-01-29 00:02:55 +00:00