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 flox
Recipients ezio.melotti, flox, stefan.schweizer
Date 2010-01-05.18:02:42
SpamBayes Score 0.014149034
Marked as misclassified No
Message-id <1262714563.92.0.219621893502.issue7626@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, this is valid HTML 4.01 Strict:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Sample</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
</head>
<body>
<p>La cl&eacute</p>
<p>La cl&eacute des champs</p>
<p>La cl&eacute; des champs</p>
</body>
</html>


Tested with http://validator.w3.org/check and Mozilla Firefox 3.5.6
Reference: http://www.is-thought.co.uk/book/sgml-6.htm#General

But HTML5 should prohibit such ambiguous syntax:
http://dev.w3.org/html5/spec/Overview.html#syntax-ambiguous-ampersand
History
Date User Action Args
2010-01-05 18:02:44floxsetrecipients: + flox, ezio.melotti, stefan.schweizer
2010-01-05 18:02:43floxsetmessageid: <1262714563.92.0.219621893502.issue7626@psf.upfronthosting.co.za>
2010-01-05 18:02:42floxlinkissue7626 messages
2010-01-05 18:02:42floxcreate