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

93 lines
1.5 KiB

7 years ago
[
{
"code": "a11y-missing-attribute",
7 years ago
"message": "A11y: <a> element should have an href attribute",
"start": {
7 years ago
"line": 1,
"column": 0,
"character": 0
7 years ago
},
"end": {
"line": 1,
"column": 26,
"character": 26
},
7 years ago
"pos": 0
},
{
"code": "a11y-invalid-attribute",
7 years ago
"message": "A11y: '' is not a valid href attribute",
"start": {
7 years ago
"line": 2,
"column": 3,
"character": 30
7 years ago
},
"end": {
"line": 2,
"column": 10,
"character": 37
},
7 years ago
"pos": 30
},
{
"code": "a11y-invalid-attribute",
7 years ago
"message": "A11y: '#' is not a valid href attribute",
"start": {
7 years ago
"line": 3,
"column": 3,
"character": 53
7 years ago
},
"end": {
"line": 3,
"column": 11,
"character": 61
},
7 years ago
"pos": 53
},
{
"code": "a11y-invalid-attribute",
"message": "A11y: 'javascript:void(0)' is not a valid href attribute",
"start": {
"line": 4,
"column": 3,
"character": 77
},
"end": {
"line": 4,
"column": 28,
"character": 102
},
"pos": 77
},
{
"code": "a11y-missing-attribute",
"message": "A11y: <a> element should have an href attribute",
"start": {
"line": 5,
"column": 0,
"character": 115
},
"end": {
"line": 5,
"column": 22,
"character": 137
},
"pos": 115
},
{
"code": "a11y-missing-attribute",
"message": "A11y: <a> element should have an href attribute",
"start": {
"line": 6,
"column": 0,
"character": 138
},
"end": {
"line": 6,
"column": 20,
"character": 158
},
"pos": 138
7 years ago
}
]