-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Most of ARIA reflection attributes must have CEReactions extended IDL attribute #1767
Comments
Indeed, it is! It's a shame we had that issue filed last year and didn't fix it until now! |
webkit-early-warning-system
pushed a commit
to rniwa/WebKit
that referenced
this issue
Jul 17, 2022
…ube.com https://bugs.webkit.org/show_bug.cgi?id=237977 Reviewed by Wenson Hsieh. The assertion failure was caused by ARIA reflection attributes not having CEReactions. Fixed the bug and filed a spec bug: w3c/aria#1767 * LayoutTests/fast/custom-elements/reactions-for-aria-attributes-expected.txt: Added. * LayoutTests/fast/custom-elements/reactions-for-aria-attributes.html: Added. * LayoutTests/fast/custom-elements/reactions-for-aria-element-attributes-expected.txt: Added. * LayoutTests/fast/custom-elements/reactions-for-aria-element-attributes.html: Added. * Source/WebCore/accessibility/AriaAttributes.idl: Canonical link: https://commits.webkit.org/252552@main
Jarred-Sumner
pushed a commit
to oven-sh/WebKit
that referenced
this issue
Jul 27, 2022
…ube.com https://bugs.webkit.org/show_bug.cgi?id=237977 Reviewed by Wenson Hsieh. The assertion failure was caused by ARIA reflection attributes not having CEReactions. Fixed the bug and filed a spec bug: w3c/aria#1767 * LayoutTests/fast/custom-elements/reactions-for-aria-attributes-expected.txt: Added. * LayoutTests/fast/custom-elements/reactions-for-aria-attributes.html: Added. * LayoutTests/fast/custom-elements/reactions-for-aria-element-attributes-expected.txt: Added. * LayoutTests/fast/custom-elements/reactions-for-aria-element-attributes.html: Added. * Source/WebCore/accessibility/AriaAttributes.idl: Canonical link: https://commits.webkit.org/252552@main
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since ARIA reflection attributes such as
ariaLabel
mutate element's content attribute, they must haveCEReactions
extended IDL attribute.The text was updated successfully, but these errors were encountered: