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

SourceForge.net noreply at sourceforge.net
Wed Nov 10 19:48:05 CET 2004


Bugs item #962442, was opened at 2004-05-28 16:39
Message generated for change (Comment added) made by fdrake
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: 4
Submitted By: Klaus-J Wolf (yanestra)
Assigned to: Fred L. Drake, Jr. (fdrake)
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: Fred L. Drake, Jr. (fdrake)
Date: 2004-11-10 13:48

Message:
Logged In: YES 
user_id=3066

Hmm.  The <DL COMPACT> in question is generated by the basic
LaTeX2HTML software, not our extensions.  I think we can
avoid it by changing the environment used for the lists that
cause this (all are bare "list" environments, which I
consider questionable in actual content).

This isn't a high priority since it means doing something
about the markup in the documents that's not obviously
necessary from a structural point of view, and since more
recent versions of Konqueror don't need the change.


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

Comment By: Richard Brodie (leogah)
Date: 2004-10-22 16: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 11: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