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/binding-dimensions-void/errors.json

15 lines
279 B

[{
"code": "invalid-binding",
"message": "'offsetWidth' is not a valid binding on void elements like <img>. Use a wrapper element instead",
"pos": 60,
"start": {
"line": 5,
"column": 22,
"character": 60
},
"end": {
"line": 5,
"column": 38,
"character": 76
}
}]