Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f319271ccd6635b3a57373e87a51d23df341e9c2
https://github.com/WebKit/WebKit/commit/f319271ccd6635b3a57373e87a51d23df341e9c2
Author: Ahmad Saleem <[email protected]>
Date: 2026-05-10 (Sun, 10 May 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/AriaMixin-string-attributes.tentative-expected.txt
M Source/WebCore/accessibility/AccessibilityRole.idl
Log Message:
-----------
Add missing [CEReactions] on role IDL attribute
https://bugs.webkit.org/show_bug.cgi?id=314498
rdar://problem/176713992
Reviewed by Tyler Wilcock.
This patch aligns WebKit with Gecko / Firefox and Blink / Chromium.
As per web specification [1], WebKit was missing `[CEReactions]` on
the `role` IDL attribute and this patch adds it.
NOTE: `[CEReactions=Needed]` is WebKit's internal form of the spec's
`[CEReactions]`, used by the bindings generator to wrap the setter
in a CustomElementReactionStack.
[1] https://w3c.github.io/aria/#idl-interface
*
LayoutTests/imported/w3c/web-platform-tests/custom-elements/reactions/AriaMixin-string-attributes.tentative-expected.txt:
Progressions
* Source/WebCore/accessibility/AccessibilityRole.idl:
Canonical link: https://commits.webkit.org/312976@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications