a326f8d5b8
PR: 189718 Submitted by: ports robakdesign com Approved by: maintainer (timeout)
9 lines
401 B
Text
9 lines
401 B
Text
HTML parser designed to follow the WHATWG HTML5 specification. The parser is
|
|
designed to handle all flavours of HTML and parses invalid documents using
|
|
well-defined error handling rules compatible with the behaviour of major
|
|
desktop web browsers.
|
|
|
|
Output is to a tree structure; the current release supports output to a custom
|
|
tree similar to DOM and to ElementTree.
|
|
|
|
WWW: https://github.com/html5lib
|