Skip to content

Make the leaflet-container a programmatically determinable element #7193

Open
@Malvoz

Description

Motivation

It is easy to determine that a Leaflet map is an interactive map that is embedded on a web page when we see it. That is currently not the case for non-visual users who rely on their screen reader.

Proposed solution

Make the leaflet-container a programmatically determinable element by setting it to:

  1. aria-roledescription="Map"
  2. role="group"

Edit: Updated per discussion below.

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    accessibilityAnything related to ensuring no barriers exist that prevent interactions or information accessneeds investigation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions