mac: make disabled elements visible to VoiceOver
Before this change, an element with the "disabled" restriction would disallow every accessibility selector - crucially including selectors like "isAccessibilityElement" or "accessibilityParent", which are required for conforming accessibility elements. This caused disabled elements to be completely skipped by VoiceOver, which hampers uses of them as markers of functionality that exists but is disabled and as menu headings. Bug: 1067760 Change-Id: If64a02223930f3e5c404415798a56738a7faed88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536088 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#828226}
Showing
Please register or sign in to comment