mapbox/mapbox-gl-accessibility

Event listener for when elements are drawn on the page?

Open

#36 opened on Sep 20, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (19 forks)github user discovery
good first issuequestion

Repository metrics

Stars
 (70 stars)
PR merge metrics
 (PR metrics pending)

Description

To avoid annoyances like this I wonder if this plugin should add an event listener that is fired when elements have been added to the page

this.map.fire('accessibility.load');

Contributor guide