-
Notifications
You must be signed in to change notification settings - Fork 14
Labels
Description
For accessibility reasons, the calendar popup was marked as hidden:
The popup widget doesn't allow keyboard navigation, so it makes sense not to show it for screenreaders. However, it is failing an accessibility audit due to the fact that it's marked hidden but still accepts focus. We should also add tab-index: -1 to this element.
See also this issue, filed in the core queue, that references it.
Reactions are currently unavailable