]> gitweb.factorcode.org Git - factor.git/commit
html5: It parses a basic html doc without <title> tags! html5-force-push
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 10 Jun 2022 21:52:29 +0000 (16:52 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 10 Jun 2022 21:52:29 +0000 (16:52 -0500)
commit231512d30c1ac7b0582c5c79bb6294c9b0f7534e
treefaffaf655a08970c5f1bb19ad441a1c03fd7de5b
parentb33e96ca5fe244956b9ba89435432609249a7763
html5: It parses a basic html doc without <title> tags!

Just the structure, chars are emitted but not inserted yet.

[[ <!DOCTYPE html>
<html>
<head> </head>

<body>
<!-- the comment -->
The content
</body>

</html>]] parse-html5
basis/html5/html5.factor