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 Sep 2, 2024. It is now read-only.
The dates have an attribute of 'aria-pressed' which updates to true/false as they are selected/unselected. However, this is not the correct attribute to communicate the selected/unselected date, aria-pressed should only be used for toggle buttons which is not the case in this scenario.
Expected behavior
aria-pressed should be replaced with 'aria-selected'
The text was updated successfully, but these errors were encountered:
aria-selected is not valid on tables. Only on role=grid. We actually started out with that, but grid has its own set of problems.
After discussion with Adrian Roselli, we settled on the current approach. See #26
Do you have any further info on aria-pressed being incorrect?
In any case, this repo is for all intents dead. I no longer have commit access, so any changes are unlikely. I have created a spiritual successor of sorts, [Cally] (https://github.com/WickyNilliams/cally). I'd be happy to continue discussion there if you like, and see what can be done
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The dates have an attribute of 'aria-pressed' which updates to true/false as they are selected/unselected. However, this is not the correct attribute to communicate the selected/unselected date, aria-pressed should only be used for toggle buttons which is not the case in this scenario.
Expected behavior
aria-pressed should be replaced with 'aria-selected'
The text was updated successfully, but these errors were encountered: