[ python-Bugs-962442 ] Konqueror can't render docs because of malformed HTML

SourceForge.net noreply at sourceforge.net
Fri Oct 22 22:11:03 CEST 2004


Bugs item #962442, was opened at 2004-05-28 20:39
Message generated for change (Comment added) made by leogah
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: Richard Brodie (leogah)
Date: 2004-10-22 20:11

Message:
Logged In: YES 
user_id=356893

Fixing up the HTML by hand didn't correct the rendering in
Konqueror, and the related KDE bug is now marked as fixed in
the KDE CVS repository. 

Bug 899423 covers the LINK issue. 



----------------------------------------------------------------------

Comment By: Felix Wiemann (felixwiemann)
Date: 2004-07-28 15: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