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-iframe-has-title/warnings.json

18 lines
260 B

7 years ago
[
{
"code": "a11y-missing-attribute",
7 years ago
"message": "A11y: <iframe> element should have a title attribute",
"start": {
"line": 5,
"column": 0,
"character": 37
7 years ago
},
"end": {
"line": 5,
"column": 27,
"character": 64
},
"pos": 37
7 years ago
}
]