diff --git a/lazylex/html.py b/lazylex/html.py index 6ccce4c05..82cba9fca 100755 --- a/lazylex/html.py +++ b/lazylex/html.py @@ -6,6 +6,18 @@ TODO: This should be an Oils library eventually. It's a "lazily-parsed data structure" like TSV8 + +Conflicts between HTML5 and XML: + +- In XML, is like any tag, and must be closed, +- In HTML, is a VOID tag, and must NOT be closedlike any tag, and must be closed, + +- In XML,