How to implement various shape value in <area> ?
I am trying to implement area element; shape value is circle.
coords="(100, 100, 7)" shape="circle" state:enabled="true" style:backgroundImage="url('P1.PNG')" state:focused="false" state:actioned="true" state:pointer="true" state:value="false" style:border="2px solid #000000"/>
<area accessKey="U+0031" id="p1.png"
But this is not working for any shape value except for default.
Please suggest the reason for the same.

