[Python-bugs-list] [ python-Bugs-683938 ] HTMLParser attribute parsing bug

SourceForge.net noreply@sourceforge.net
Mon, 10 Feb 2003 06:57:40 -0800


Bugs item #683938, was opened at 2003-02-10 09:57
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=683938&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Fred L. Drake, Jr. (fdrake)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: HTMLParser attribute parsing bug

Initial Comment:
HTMLParser (reportedly)  fails to parse this construct:

<a href="http://ss"title="pe">P</a>

(Note that a required space between the two attributes
of the "a" tag has been omitted).  The W3C validator
appearantly treats this differently, so there's no
point in arguing the letter of the law.

Assigned to me.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=683938&group_id=5470