Bug 231049
| Summary: | AX: ARIA IDL should include CEReactions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | James Craig <jcraig> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | andresg_22, rniwa, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
James Craig
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/83744343>
Ryosuke Niwa
*** This bug has been marked as a duplicate of bug 237977 ***