This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jlgijsbers
Recipients
Date 2004-08-07.21:53:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=469548

I used the list at
http://www.w3.org/TR/html4/index/elements.html to check
whether the right functions were used:

col, frame, input and param should have do_tag() methods
instead of start/end_tag(): they are empty tags in HTML 4.01.

dd, dt and li should use start/end_tag() instead of
do_tag(). They have an optional end tag in HTML 4.01.

Oh, and I couldn't find a method for the 'div' element!
History
Date User Action Args
2007-08-23 15:29:41adminlinkissue836088 messages
2007-08-23 15:29:41admincreate