From 42c3823df08bce813acd7a0e178e22b12e6fdf31 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 11 Sep 2024 19:05:09 +0200 Subject: [PATCH] html: Update comment --- HTMLparser.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/HTMLparser.c b/HTMLparser.c index 6ebbded4..132c7d9f 100644 --- a/HTMLparser.c +++ b/HTMLparser.c @@ -1,5 +1,14 @@ /* - * HTMLparser.c : an HTML 4.0 non-verifying parser + * HTMLparser.c : an HTML parser + * + * References: + * HTML Living Standard + * https://html.spec.whatwg.org/multipage/parsing.html + * + * Tokenization now conforms to HTML5. Tree construction still follows + * a custom, non-standard implementation. See: + * + * https://gitlab.gnome.org/GNOME/libxml2/-/issues/211 * * See Copyright for the status of this software. *