mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Support the ariaActiveDescendantElement IDL attribute
This commit is contained in:
parent
e1b4aa94db
commit
1be55fe793
Notes:
github-actions[bot]
2025-01-01 11:01:48 +00:00
Author: https://github.com/sideshowbarker
Commit: 1be55fe793
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3085
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 890 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue