You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/validator/samples/a11y-no-distracting-elements/warnings.json

28 lines
314 B

[
{
"message": "A11y: Avoid <marquee> elements",
"loc": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 10
},
"pos": 0
},
{
"message": "A11y: Avoid <blink> elements",
"loc": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 8
},
"pos": 11
}
]