[whatwg] Parsing: Disallow slashes in unquoted attribute values?

* Ian Hickson wrote:
>It is very common to see markup such as:
>
>   <a href=http://example.com/>Example</a>
>
>I don't see any good reason to make that non-conforming in HTML5.

It is very common to see code such as:

  echo "<foo bar=" . htmlescape($userinput) . ">...";
-- 
Bj?rn H?hrmann ? mailto:bjoern at hoehrmann.de ? http://bjoern.hoehrmann.de
Weinh. Str. 22 ? Telefon: +49(0)621/4309674 ? http://www.bjoernsworld.de
68309 Mannheim ? PGP Pub. KeyID: 0xA4357E78 ? http://www.websitedev.de/ 

Received on Thursday, 19 October 2006 18:05:48 UTC