1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

html: Update comment

This commit is contained in:
Nick Wellnhofer 2024-09-11 19:05:09 +02:00
parent 9f04cce695
commit 42c3823df0

View File

@ -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.
*