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 ezio.melotti
Recipients belopolsky, eric.araujo, ezio.melotti, fdrake, pluskid, v+python
Date 2011-04-03.17:30:52
SpamBayes Score 4.9298126e-07
Marked as misclassified No
Message-id <1301851856.08.0.797086406819.issue7311@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that matches unquoted attribute values according to the HTML5 specifications.

The regex uses \s even if this includes the \v char that, according to the HTML5 specs, shouldn't be included.  I left it there for simplicity and backward-compatibility, and also because it's a rather obscure corner case.
History
Date User Action Args
2011-04-03 17:30:56ezio.melottisetrecipients: + ezio.melotti, fdrake, belopolsky, eric.araujo, v+python, pluskid
2011-04-03 17:30:56ezio.melottisetmessageid: <1301851856.08.0.797086406819.issue7311@psf.upfronthosting.co.za>
2011-04-03 17:30:53ezio.melottilinkissue7311 messages
2011-04-03 17:30:53ezio.melotticreate