mirror of https://github.com/sveltejs/svelte
parent
55c809624d
commit
d88d58e8db
@ -0,0 +1,4 @@
|
||||
<video><track kind="captions"/></video>
|
||||
<video></video>
|
||||
<video><track /></video>
|
||||
<audio muted></audio>
|
@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"code": "a11y-media-has-caption",
|
||||
"end": {
|
||||
"character": 55,
|
||||
"column": 15,
|
||||
"line": 2
|
||||
},
|
||||
"message": "A11y: Media elements such as <audio> and <video> must have a <track> for captions.",
|
||||
"pos": 40,
|
||||
"start": {
|
||||
"character": 40,
|
||||
"column": 0,
|
||||
"line": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "a11y-media-has-caption",
|
||||
"end": {
|
||||
"character": 80,
|
||||
"column": 24,
|
||||
"line": 3
|
||||
},
|
||||
"message": "A11y: Media elements such as <audio> and <video> must have a <track> for captions.",
|
||||
"pos": 56,
|
||||
"start": {
|
||||
"character": 56,
|
||||
"column": 0,
|
||||
"line": 3
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in new issue