1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:17:35 +00:00

LibWeb: Add has_global_aria_attribute

This helper will be used to help determine tree inclusion.
This commit is contained in:
Jonah 2022-12-11 10:52:58 -06:00 committed by Sam Atkins
parent e63d9d4925
commit ef48bd1878
2 changed files with 28 additions and 0 deletions

View file

@ -136,6 +136,8 @@ public:
FlyString role_or_default() const;
bool has_global_aria_attribute() const;
protected:
ARIAMixin() = default;
};