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-anchor-in-svg-is-valid/warnings.json

48 lines
760 B

[
{
"code": "a11y-missing-attribute",
"message": "A11y: <a> element should have an href attribute",
"start": {
"line": 1,
"column": 11,
"character": 11
},
"end": {
"line": 1,
"column": 37,
"character": 37
},
"pos": 11
},
{
"code": "a11y-invalid-attribute",
"message": "A11y: '' is not a valid xlink:href attribute",
"start": {
"line": 2,
"column": 14,
"character": 65
},
"end": {
"line": 2,
"column": 27,
"character": 78
},
"pos": 65
},
{
"code": "a11y-invalid-attribute",
"message": "A11y: '#' is not a valid xlink:href attribute",
"start": {
"line": 3,
"column": 14,
"character": 130
},
"end": {
"line": 3,
"column": 28,
"character": 144
},
"pos": 130
}
]