You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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).
The text was updated successfully, but these errors were encountered: