blob: 725a71a915eb8be65f6692650946365cbd6c21e7 (
plain)
1
2
3
4
5
6
|
opinionated, standards non-compliant HTML parser meant to consume handwritten HTML.
- all tags must close *(even `<br/>`, `<meta/>`, `<link/>`)*
- no > in tags except at the end (not even in attributes)
- inline `<script>` and `<style>` must have their closing-tag be
first-of-line *(excluding whitespace)*
|