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

27 lines
369 B

[
{
"message": "A11y: <a> element should have an href attribute",
"loc": {
"line": 1,
"column": 0
},
"pos": 0
},
{
"message": "A11y: '' is not a valid href attribute",
"loc": {
"line": 2,
"column": 3
},
"pos": 30
},
{
"message": "A11y: '#' is not a valid href attribute",
"loc": {
"line": 3,
"column": 3
},
"pos": 53
}
]