open-pioneer / trails-openlayers-base-packages

Common OpenLayers packages for the Open Pioneer Trails client framework.
Apache License 2.0
8 stars 6 forks source link

[A11y] Tooltips for map interactions #309

Closed mbeckem closed 2 months ago

mbeckem commented 5 months ago

Tooltips should have the tooltip role and text content should not be in the div directly. Instead, use a text tag like span or p.

Note: multiple packages should be checked (selection, editing, ...?, users of openlayers Overlay). Ideally unify the code, as sketched in https://github.com/open-pioneer/trails-openlayers-base-packages/issues/303 (there would be a single place that adds the aria role etc.)

mbeckem commented 2 months ago

PR: #336