blob: 94bf93b78c939183e00b5f871cd9f847dbd684be (
plain)
1
2
3
4
5
6
7
8
|
<svg width="400" height="110" xmlns="http://www.w3.org/2000/svg">
<a href="#" autofocus="true">
<rect x="10" y="10" width="300" height="90" fill="lime"/>
</a>
<style>
a:focus { outline: 2px solid blue; }
</style>
</svg>
|