mirror of https://github.com/sveltejs/svelte
parent
ca1eb55e97
commit
c02e9a5d9d
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: silence autofocus a11y warning inside `<dialog>`
|
@ -1 +1,6 @@
|
|||||||
<div autofocus></div>
|
<div autofocus></div>
|
||||||
|
<dialog autofocus>
|
||||||
|
</dialog>
|
||||||
|
<dialog>
|
||||||
|
<input autofocus>
|
||||||
|
</dialog>
|
||||||
|
Loading…
Reference in new issue