Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /accessibility/crashtests/img-map-pseudo.html - WPT Dashboard Interop Dashboard
<source>
<map name="map2" class="c1">
<dfn class="c8"></dfn>
</map>
</source>
<img usemap="#map2">
<style>
.c1:first-letter { content: "x"; }
.c8:after { content: "y"; }
.c1 { float: left; }
</style>