GitHub user toby1984 opened a pull request:
https://github.com/apache/wicket/pull/345
Change ClientSideImageMap to use shape 'poly' instead of non-conforming
'polygon'
See
https://www.w3.org/TR/html52/semantics-embedded-content.html#the-area-element
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/toby1984/wicket master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/345.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #345
----
commit a876fae5e49dbf78dab2a1f22cde90144e549c18
Author: Tobias Gierke <tobias.gierke@...>
Date: 2018-12-10T13:55:32Z
Change ClientSideImageMap to use shape 'poly' instead of non-conforming
'polygon'
See
https://www.w3.org/TR/html52/semantics-embedded-content.html#the-area-element
----
---