You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated the demo site so that it will work on Safari, a bit (I don't have routine access to Safari, so hard to test it), by replacing the use of the <map> element with a <mm-app> element (renamed <geo-map> to <mm-app>, because it's not geo-specific, and I seriously hope we are able to get the platform to consider <map> for I think pretty good reasons). I take "transparent content model" to mean it presents content that you put there as though the <map> element didn't actually exist. If that is true, the polyfill content should present a root node, perhaps a div as currently implemented, as though it is a future element. I believe at least a part of accessibility means that the map element should be focusable, so that the user can pan/zoom/query using key strokes appropriately mapped. The controls inside the shadow root should themselves be reachable using tab stops, and each should be completely actionable using key strokes.
Malvoz
changed the title
Define accessibility and tests for same for <map> and <layer> polyfills
Define accessibility and tests for <map> and <layer> polyfills
Oct 19, 2021
Per this comment, have created an issue to track what issues we encounter with polyfilling the
<map>
elementThe text was updated successfully, but these errors were encountered: