mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
6 lines
596 B
Plaintext
6 lines
596 B
Plaintext
| AmbiguousIdAttributeGood.html:8:5:8:19 | id=invalid id | The value of the id attribute must not contain any space characters. |
|
|
| AmbiguousIdAttributeGood.html:9:5:9:19 | id=invalid id | The value of the id attribute must not contain any space characters. |
|
|
| MalformedIdAttribute.html:1:6:1:27 | id=heading important | The value of the id attribute must not contain any space characters. |
|
|
| tst.js:12:6:12:10 | id="" | The value of the id attribute must contain at least one character. |
|
|
| tst.js:13:6:13:13 | id="a b" | The value of the id attribute must not contain any space characters. |
|