Open Malvoz opened 3 months ago
I think it'd be good to consider integration with the new Popover API instead. MapML could specify that HTML should extend the list of allowed popovertarget elements to include
.
+1
Also, I like the idea of \
I'll read the MDN docs and see if we can add it to our polyfill roadmap.
The
<properties>
element can be used to create popups. It seems to be a case of browser magic, which may not be ideal.Are authors expected to style the
<properties>
element itself (or even pseudo-elements) to style popups?I think it'd be good to consider integration with the new Popover API instead. MapML could specify that HTML should extend the list of allowed
popovertarget
elements to include<feature>
.