Kaydet (Commit) b546be24 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix inaccuracy: all entities from XHTML 1.0 are supported (according to text…

Fix inaccuracy: all entities from XHTML 1.0 are supported (according to text further down in this file)
üst 405a7952
...@@ -64,8 +64,8 @@ The module defines a single class: ...@@ -64,8 +64,8 @@ The module defines a single class:
\begin{classdesc}{HTMLParser}{formatter} \begin{classdesc}{HTMLParser}{formatter}
This is the basic HTML parser class. It supports all entity names This is the basic HTML parser class. It supports all entity names
required by the HTML 2.0 specification (\rfc{1866}). It also defines required by the XHTML 1.0 Recommendation (\url{http://www.w3.org/TR/xhtml1}).
handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements. It also defines handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
\end{classdesc} \end{classdesc}
...@@ -79,8 +79,8 @@ handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements. ...@@ -79,8 +79,8 @@ handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
implement some of the SGML syntax not used in implement some of the SGML syntax not used in
``HTML as deployed'' and which isn't legal ``HTML as deployed'' and which isn't legal
for XHTML.} for XHTML.}
\seemodule{htmlentitydefs}{Definition of replacement text for HTML \seemodule{htmlentitydefs}{Definition of replacement text for XHTML 1.0
2.0 entities.} entities.}
\seemodule{sgmllib}{Base class for \class{HTMLParser}.} \seemodule{sgmllib}{Base class for \class{HTMLParser}.}
\end{seealso} \end{seealso}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment