We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
role="document"
1 parent f105f10 commit 12399baCopy full SHA for 12399ba
src/mapml/layers/MapLayer.js
@@ -1184,6 +1184,8 @@ export var MapMLLayer = L.Layer.extend({
1184
1185
popup._container.setAttribute("role", "dialog");
1186
content.setAttribute("tabindex", "-1");
1187
+ // https://github.com/Maps4HTML/Web-Map-Custom-Element/pull/467#issuecomment-844307818
1188
+ content.setAttribute("role", "document");
1189
popup._count = 0; // used for feature pagination
1190
1191
if(popup._source._eventParents){ // check if the popup is for a feature or query
0 commit comments