LibWeb: Support the ariaActiveDescendantElement IDL attribute

This commit is contained in:
sideshowbarker 2024-12-27 17:41:18 +09:00 committed by Tim Ledbetter
commit 1be55fe793
Notes: github-actions[bot] 2025-01-01 11:01:48 +00:00
5 changed files with 890 additions and 0 deletions

View file

@ -1,6 +1,7 @@
// https://w3c.github.io/aria/#ARIAMixin
interface mixin ARIAMixin {
[CEReactions] attribute DOMString? role;
[Reflect=aria-activedescendant, CEReactions] attribute Element? ariaActiveDescendantElement;
[CEReactions] attribute DOMString? ariaAtomic;
[CEReactions] attribute DOMString? ariaAutoComplete;
[CEReactions] attribute DOMString? ariaBrailleLabel;