Note: The test image is a GIF sized 200*200 pixels.
| Test number | Description | Test source | The test |
|---|---|---|---|
| 1 | Areas defined with A, MAP inside OBJECT |
<object data="map.gif" type="image/gif" usemap="#map1" width=200 height=200>
<map name=map1>
<a href="1.html" title="Title 1" shape=rect coords="0,0,100,100">Link 1</a> |
</map>
</object>
|
Test #1 |
| 2 | Areas defined with A, MAP outside OBJECT |
<object data="map.gif" type="image/gif" usemap="#map1" width=200 height=200>
alternative text
</object><br><map name=map1>
<a href="1.html" title="Title 1" shape=rect coords="0,0,100,100">Link 1</a> |
</map>
|
Test #2 |
| 3 | Areas defined with AREA, MAP outside OBJECT |
<object data="map.gif" type="image/gif" usemap="#map1" width=200 height=200>
alternative text
</object><map name=map1>
<area href="1.html" alt="Link 1" title="Title 1" shape=rect coords="0,0,100,100">
</map>
|
Test #3 |