-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about <area>
#191
Comments
I think that area is extended in that it creates a "layer" of a single feature using map coordinates, but the only time you would use it would be where you wanted a fallback. In other words, if area is present, it represents a link, whether the map is progressed or not. So if the map is progressed, the area would be responsive, because it would act like a layer with just that one feature in it. I'm not sure we'll be able to convince anybody to make the non-progressed areas responsive but that would be better IMO than preventing CSS from affecting coords as is the case now I think. |
I had forgotten that this was also answered in the MapML Proposal:
It seems a bit problematic that |
This is a complex area (for me at least), because it involves figuring out what scenarios apply and how the author got into them etc. But I think that
I don't understand this; but besides maybe it will be possible to improve the situation with responsiveness of |
The proposed extensions to the
shape
attribute were removed in #187, does that mean the following statement is incorrect:or is the element's behavior extended in other ways?
Is
<area>
only intended to be used as a fallback for browsers that do not support MapML? (graceful degradation of<map>
)(Either way, we should probably have an example of
<area>
usage in the authoring examples).Do we still care about responsive image maps? (#101)
The text was updated successfully, but these errors were encountered: