Summary: | Complete id-ref reflection implementation for ARIAAttributes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Accessibility | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | andresg_22, rego, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 244972, 245299, 245467 | ||
Bug Blocks: | 196843 |
Description
Ryosuke Niwa
2022-09-16 14:05:06 PDT
Thanks for filling the issues. (In reply to Ryosuke Niwa from comment #0) > The implementation of id-ref reflection is incomplete. > We need to finish this work before we can ship this feature. Should we switch off AriaReflectionForElementReferencesEnabled flag until these issues are fixed? (In reply to Manuel Rego Casasnovas from comment #2) > Thanks for filling the issues. > > (In reply to Ryosuke Niwa from comment #0) > > The implementation of id-ref reflection is incomplete. > > We need to finish this work before we can ship this feature. > > Should we switch off AriaReflectionForElementReferencesEnabled flag until > these issues are fixed? I'd recommend that given the primary motivation of element reflection was making ARIA work with shadow DOM. Pull request: https://github.com/WebKit/WebKit/pull/4660 Test gardening commit 254818@main (9dc671ed1a7b): <https://commits.webkit.org/254818@main> Reviewed commits have been landed. Closing PR #4660 and removing active labels. Committed 255358@main (3de868265f67): <https://commits.webkit.org/255358@main> Reviewed commits have been landed. Closing PR #5179 and removing active labels. |