Skip to content

Calendar popup accessibility #257

@laryn

Description

@laryn

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions