Skip to content
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

map+area elements not creating clickable region #1579

Open
ebanner opened this issue Sep 30, 2024 · 0 comments
Open

map+area elements not creating clickable region #1579

ebanner opened this issue Sep 30, 2024 · 0 comments

Comments

@ebanner
Copy link
Contributor

ebanner commented Sep 30, 2024

Using this snippet does not produce a clickable region on the image:

<!DOCTYPE html>
<html>
<body>
  <img src="<https://via.placeholder.com/400x300>" usemap="#example-map">
  <map name="example-map">
    <area shape="rect" coords="0,0,100,100" alt="Top Left" href="<https://example.com/section1>">
  </map>
</body>
</html>
@ebanner ebanner changed the title area/map elements not creating clickable region map+area elements not creating clickable region Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant