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

27 lines
434 B

[
{
"message": "A11y: <a> element should have an href attribute",
"loc": {
"line": 1,
"column": 11
},
"pos": 11
},
{
"message": "A11y: '' is not a valid xlink:href attribute",
"loc": {
"line": 2,
"column": 14
},
"pos": 65
},
{
"message": "A11y: '#' is not a valid xlink:href attribute",
"loc": {
"line": 3,
"column": 14
},
"pos": 130
}
]