1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 14:55:07 +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
ARIAMixin.h LibWeb: Remove no longer needed DeprecatedFlyString.h includes 2023-01-29 00:02:55 +00:00
ARIAMixin.idl
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