mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 14:02:20 +00:00
LibWeb: Make aria-relevant and ariaRelevant reflect
This change makes the aria-relevant content attribute the ariaRelevant IDL/DOM attribute get reflected — which makes the Ladybird behavior interoperable with the implemented behavior in other existing engines. Otherwise, without this change, Ladybird fails the relevant test case in https://wpt.fyi/results/html/dom/aria-attribute-reflection.html — which other existing engines all pass.
This commit is contained in:
parent
4e9d6a543a
commit
e86711a5b7
Notes:
github-actions[bot]
2024-09-06 12:35:43 +00:00
Author: https://github.com/sideshowbarker
Commit: e86711a5b7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1238
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ interface mixin ARIAMixin {
|
|||
attribute DOMString? ariaPosInSet;
|
||||
attribute DOMString? ariaPressed;
|
||||
attribute DOMString? ariaReadOnly;
|
||||
attribute DOMString? ariaRelevant;
|
||||
|
||||
attribute DOMString? ariaRequired;
|
||||
attribute DOMString? ariaRoleDescription;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue