Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

[accessibility] Keyboard and screen reader support for leaflet-control-dialog-close #29

@Malvoz

Description

@Malvoz
  • The control is not focusable, it should be a <button type="button"> or role="button" (with tabindex="0" or <a href="#">).
  • aria-label or title can be used to allow screen reader users to understand what the control is for.
    For example title="Close dialog".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions