[Bug 8268] XMLHttpRequest fails for documents with named entities due to doctype

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8268





--- Comment #7 from Henri Sivonen <hsivonen@iki.fi>  2009-11-12 15:57:50 ---
(In reply to comment #6)
> Currently, validator.nu raises an error, which is wrong per the spec.

I pasted the following in the text area on http://html5.validator.nu/ and I got
a warning only.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title></title>
</head>
<body>
<p></p>
</body>
</html>

I get an error if I try the Transitional doctype, though, as I should per spec.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 12 November 2009 15:57:52 UTC