mirror of https://github.com/sveltejs/svelte
parent
073cbc0460
commit
125191a843
@ -0,0 +1 @@
|
||||
<input type="image" aria-labeledby="foo">
|
@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"message": "A11y: Unknown aria attribute 'aria-labeledby' (did you mean 'labelledby'?)",
|
||||
"loc": {
|
||||
"line": 1,
|
||||
"column": 20
|
||||
},
|
||||
"pos": 20
|
||||
},
|
||||
|
||||
{
|
||||
"message": "A11y: <input type=\"image\"> element should have an alt, aria-label or aria-labelledby attribute",
|
||||
"loc": {
|
||||
"column": 0,
|
||||
"line": 1
|
||||
},
|
||||
"pos": 0
|
||||
}
|
||||
]
|
Loading…
Reference in new issue