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 xiang.zhang
Recipients Tom Anderl, ezio.melotti, xiang.zhang
Date 2016-01-15.09:46:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452851163.37.0.409055041186.issue26084@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this is a bug. The HTML5 syntax spec tells:

    If an attribute using the unquoted attribute syntax is to be followed by another attribute or by the optional "/" (U+002F) character allowed in step 6 of the start tag syntax above, then there must be a space character separating the two.

So I think HTMLParser's behaviour is right.

The link is https://www.w3.org/TR/html5/syntax.html#attributes-0.
History
Date User Action Args
2016-01-15 09:46:03xiang.zhangsetrecipients: + xiang.zhang, ezio.melotti, Tom Anderl
2016-01-15 09:46:03xiang.zhangsetmessageid: <1452851163.37.0.409055041186.issue26084@psf.upfronthosting.co.za>
2016-01-15 09:46:03xiang.zhanglinkissue26084 messages
2016-01-15 09:46:03xiang.zhangcreate