Hello all,

I was running the Python parser tests and noticed that a few of the
tests were failing because <!DOCTYPE HTML> was expected, but <!DOCTYPE
html> was received. It seems to me that either the tests are wrong. If
there are no objections, I am going to fix the tests by converting the
#document expectation to lowercase.

Something that puzzles me, however, are tests like this:

#data
<!DOCTYPE hTmL><html></html>
#errors
Line: 1 Col: 28 Unexpected end tag (html) after the (implied) root element.
#document
| <!DOCTYPE hTmL>
| <html>
|   <head>
|   <body>

Cheers,
Edward


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to