summaryrefslogtreecommitdiffstats
path: root/libraries/html5lib/slack-desc
blob: 4690761b92fee227c0c4f29c61cc2263cc9e7f09 (plain)
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':' except on otherwise blank lines.

        |-----handy-ruler------------------------------------------------------|
html5lib: html5lib (HTML parser based on the HTML5 specification)
html5lib:
html5lib: HTML parser designed to follow the HTML5 specification. The parser
html5lib: is designed to handle all flavours of HTML and parses invalid
html5lib: documents using well-defined error handling rules compatible with
html5lib: the behaviour of major desktop web browsers.
html5lib:
html5lib: Output is to a tree structure; the current release supports output
html5lib: to DOM, ElementTree and lxml tree formats as well as a simple
html5lib: custom format.
html5lib: