mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
html: Update comment
This commit is contained in:
11
HTMLparser.c
11
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.
|
* See Copyright for the status of this software.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user