diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.md b/readme.md index 89585a8..725a71a 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,6 @@ opinionated, standards non-compliant HTML parser meant to consume handwritten HTML. -- all tags must close -- no > in tags except at the end (not even in attributes) \ No newline at end of file +- 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)* \ No newline at end of file |