Patches item #836088, was opened at 2003-11-04 22:57 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=836088&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: Python 2.5 Status: Open Resolution: None Priority: 5 Private: No Submitted By: A.M. Kuchling (akuchling) Assigned to: A.M. Kuchling (akuchling) Summary: Update htmllib to HTML 4.01 Initial Comment: The attached patch adds methods for all of the HTML 4.01 elements and rearranges things a bit. This version is incomplete. Still to do: * Expand test suite to exercise all the methods. * Change documentation to match. ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2006-11-05 10:11 Message: Logged In: YES user_id=21627 I've updated the patch to integrate jlgijsbers' comments. ---------------------------------------------------------------------- Comment By: Johannes Gijsbers (jlgijsbers) Date: 2004-08-07 23:53 Message: 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! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=836088&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
