[ python-Bugs-962442 ] Konqueror can't render docs because of
malformed HTML
SourceForge.net
noreply at sourceforge.net
Wed Jul 28 17:20:56 CEST 2004
Bugs item #962442, was opened at 2004-05-28 22:39
Message generated for change (Comment added) made by felixwiemann
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=962442&group_id=5470
Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Klaus-J Wolf (yanestra)
Assigned to: Nobody/Anonymous (nobody)
Summary: Konqueror can't render docs because of malformed HTML
Initial Comment:
At least on page Python-Docs-2.3.3/lib/re-syntax.html
Konqueror doesn't render the <DL> definition part
correctly (the <DT> part is not being displayed).
The reason appears to be malformed HTML, as to cite
Stephan Kulow of KDE Project:
"No, this is not correct HTML and you might want to
report it to the python maintainers.
I wonder why they use <dl compact> (which is correct
HTML) when they put a <P> in there (which is not
correct).
Send your snippet through tidy to see how it looks as
correct HTML (and as such it's rendered correctly by
konqueror)"
You might want to visit KDE's bugzilla:
http://bugs.kde.org/show_bug.cgi?id=82335
----------------------------------------------------------------------
Comment By: Felix Wiemann (felixwiemann)
Date: 2004-07-28 17:20
Message:
Logged In: YES
user_id=1014490
In fact, the HTML code is not valid. See, e.g.,
http://validator.w3.org/check?uri=http://www.python.org/dev/doc/devel/lib/boolean.html&charset=%28detect+automatically%29&doctype=Inline&ss=1&sp=1&outline=1&No200=1&verbose=1
And the link-tag which links to the next page appears twice.
E.g., there is
<LINK rel="next" href="comparisons.html">
twice on the page
http://www.python.org/dev/doc/devel/lib/boolean.html
This is very annoying when using the link toolbar for
Mozilla Firefox.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=962442&group_id=5470
More information about the Python-bugs-list
mailing list