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