Note what html5lib does to the URL below. Is this really according to
the parsing rules?
Thanks
Bruce
voxrox:/home/bruce# gem1.8 list|grep html5
html5 (0.10.0)
voxrox:/home/bruce# cat bad.html
<html>
<head>
</head>
<body>
<a href="http://perens.com/?a=b¬anentity=c&ersand=d">link</
a>
</body>
</html>
voxrox:/home/bruce# html5 bad.html
<html>
<head>
</head>
<body>
<a href=http://perens.com/?a=b¬anentity=c&ersand=d>link</a>
</body></html>
voxrox:/home/bruce# exit
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"html5lib-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/html5lib-discuss?hl=en-GB
-~----------~----~----~----~------~----~------~--~---