Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

aria-checked can be toggled when element is disabled (a11y issue) #175

Open
godinger opened this issue May 19, 2017 · 0 comments
Open

aria-checked can be toggled when element is disabled (a11y issue) #175

godinger opened this issue May 19, 2017 · 0 comments

Comments

@godinger
Copy link

Example: https://jsbin.com/cikijif/3/edit?html,output

Expected Behavior: I would not expect this property to be toggle-able when element is disabled.

Actual Behavior: This disabled paper-checkbox's aria-checked property can be changed when using Chromevox. Simply navigate to the checkbox with the appropriate ChromeVox modifier keys and press spacebar when on the checkbox. While it will not appear as checked, if you inspect the element you'll see aria-checked can be changed (it toggles between true and false).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant