mirror of https://github.com/sveltejs/svelte
fix: don't warn on link without href if aria-disabled (#11737)
Also don't warn on a tag without a href attribute and link role fixes #11733pull/11755/head
parent
50cc8a4848
commit
e73b133b66
@ -0,0 +1,5 @@
|
||||
---
|
||||
"svelte": patch
|
||||
---
|
||||
|
||||
fix: don't warn on link without href if aria-disabled
|
@ -0,0 +1 @@
|
||||
<a role="link" aria-disabled="true">Back</a>
|
Loading…
Reference in new issue