mirror of https://github.com/sveltejs/svelte
fix: ignore A11y: <a> element should have child content if the anchor tag has aria-label (#8296)
Ignore the error "A11y: <a> element should have child content" if the anchor tag has the aria-label attributepull/8299/head
parent
5a3a1e488a
commit
d001536efd
@ -0,0 +1 @@
|
||||
<a href="/foo" aria-label="baz"></a>
|
||||
Loading…
Reference in new issue