kmx git
login
register
kc3-lang
/
libxml2
/
result/HTML/issue380.html
result/HTML/issue380.html
Branch
- branch -
master
Log
Author
Commit
Date
CI
Message
3adb396d
2024-09-07T15:18:13
html: Parse bogus comments instead of ignoring them Also treat XML processing instructions as bogus comments.
e986d09c
2022-07-15T14:02:26
Skip incorrectly opened HTML comments Commit 4fd69f3e fixed handling of '<' characters not followed by an ASCII letter. But a '<!' sequence followed by invalid characters should be treated as bogus comment and skipped. Fixes #380.