mirror of https://github.com/sveltejs/svelte
parent
a90e072086
commit
073cbc0460
@ -0,0 +1,9 @@
|
|||||||
|
<img src='foo.jpg'>
|
||||||
|
|
||||||
|
<map>
|
||||||
|
<area>
|
||||||
|
</map>
|
||||||
|
|
||||||
|
<object></object>
|
||||||
|
|
||||||
|
<input type='image'>
|
@ -0,0 +1,37 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"message": "A11y: <img> element should have an alt attribute",
|
||||||
|
"loc": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 0
|
||||||
|
},
|
||||||
|
"pos": 0
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"message": "A11y: <area> element should have an alt, aria-label or aria-labelledby attribute",
|
||||||
|
"loc": {
|
||||||
|
"line": 4,
|
||||||
|
"column": 1
|
||||||
|
},
|
||||||
|
"pos": 28
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"message": "A11y: <object> element should have a title, aria-label or aria-labelledby attribute",
|
||||||
|
"loc": {
|
||||||
|
"line": 7,
|
||||||
|
"column": 0
|
||||||
|
},
|
||||||
|
"pos": 43
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"message": "A11y: <input type=\"image\"> element should have an alt, aria-label or aria-labelledby attribute",
|
||||||
|
"loc": {
|
||||||
|
"line": 9,
|
||||||
|
"column": 0
|
||||||
|
},
|
||||||
|
"pos": 62
|
||||||
|
}
|
||||||
|
]
|
@ -1 +0,0 @@
|
|||||||
<img src='foo.jpg'>
|
|
@ -1,8 +0,0 @@
|
|||||||
[{
|
|
||||||
"message": "A11y: <img> element should have an alt attribute",
|
|
||||||
"loc": {
|
|
||||||
"line": 1,
|
|
||||||
"column": 0
|
|
||||||
},
|
|
||||||
"pos": 0
|
|
||||||
}]
|
|
Loading…
Reference in new issue