mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 22:29:13 +00:00
LibWeb: Add Support for the ARIA Element Properties
Element now supports getting and setting ARIA properties from JS and HTML.
This commit is contained in:
@@ -39,6 +39,8 @@ private:
|
||||
{
|
||||
queue_an_element_task(source, move(steps));
|
||||
}
|
||||
|
||||
virtual FlyString default_role() const override;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user