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

42 lines
615 B

7 years ago
[
{
"code": "a11y-missing-attribute",
7 years ago
"message": "A11y: <a> element should have an href attribute",
"loc": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 26
},
7 years ago
"pos": 0
},
{
"code": "a11y-invalid-attribute",
7 years ago
"message": "A11y: '' is not a valid href attribute",
"loc": {
"line": 2,
"column": 3
},
"end": {
"line": 2,
"column": 10
},
7 years ago
"pos": 30
},
{
"code": "a11y-invalid-attribute",
7 years ago
"message": "A11y: '#' is not a valid href attribute",
"loc": {
"line": 3,
"column": 3
},
"end": {
"line": 3,
"column": 11
},
7 years ago
"pos": 53
}
]