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:
parent
e63d9d4925
commit
ef48bd1878
2 changed files with 28 additions and 0 deletions
|
@ -136,6 +136,8 @@ public:
|
|||
|
||||
FlyString role_or_default() const;
|
||||
|
||||
bool has_global_aria_attribute() const;
|
||||
|
||||
protected:
|
||||
ARIAMixin() = default;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue