AX: ARIA IDL should include CEReactions to match other implementations. https://github.com/WebKit/WebKit/blob/main/Source/WebCore/accessibility/AriaAttributes.idl Could match Chromium (also implemented in Firefox with a different reflection syntax): Chromium: https://github.com/chromium/chromium/blob/master/third_party/blink/renderer/core/dom/aria_attributes.idl Moz: https://searchfox.org/mozilla-central/source/dom/webidl/AriaAttributes.webidl Straightforward source diff: Replace all "[Reflect=" with "[CEReactions, Reflect=" I expect this will be updated in the spec soon, too. Spec IDL is in a state of flux, but this one is non-controversial TMK. https://github.com/w3c/aria/issues/1242
<rdar://problem/83744343>
*** This bug has been marked as a duplicate of bug 237977 ***