mirror of https://github.com/sveltejs/svelte
fix: recognise `aria-braillelabel` and `aria-brailleroledescription` as known ARIA attributes (#18765)
parent
9e69544238
commit
5895c637b0
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: recognise `aria-braillelabel` and `aria-brailleroledescription` as known ARIA attributes
|
||||||
@ -1 +1,2 @@
|
|||||||
<input type="image" aria-labeledby="foo">
|
<input type="image" aria-labeledby="foo">
|
||||||
|
<div aria-braillelabel="foo" aria-brailleroledescription="bar"></div>
|
||||||
|
|||||||
Loading…
Reference in new issue