Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2909867

Browse files
committed
Link to the spec
1 parentdeb4206 commit2909867

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎html5lib/__init__.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
HTML parsing library based on the WHATWG"HTML5"
3-
specification. The parser is designed to be compatible with existing
4-
HTML found in the wild and implements well-defined error recovery that
2+
HTML parsing library based on the`WHATWGHTML specification
3+
<https://whatwg.org/html>`_. The parser is designed to be compatible with
4+
existingHTML found in the wild and implements well-defined error recovery that
55
is largely compatible with modern desktop web browsers.
66
77
Example usage::
@@ -12,7 +12,9 @@
1212
1313
For convenience, this module re-exports the following names:
1414
15-
* :func:`~.html5parser.parse`, :func:`~.html5parser.parseFragment`, and :class:`~.html5parser.HTMLParser`
15+
* :func:`~.html5parser.parse`
16+
* :func:`~.html5parser.parseFragment`
17+
* :class:`~.html5parser.HTMLParser`
1618
* :func:`~.treebuilders.getTreeBuilder`
1719
* :func:`~.treewalkers.getTreeWalker`
1820
* :func:`~.serializer.serialize`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp