[Webkit-unassigned] [Bug 46150] XMLHttpRequest: send(document) does not throw INVALID_STATE_ERR exception if the document cannot be serialized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 02:53:59 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46150





--- Comment #5 from Anne van Kesteren <annevankesteren+webkit at gmail.com>  2010-09-28 02:53:59 PST ---
The scratch.xhtml example Document you are sending is a very different Document though that no longer contains that <div> and can be serialized without error.

If XML documents should be serialized using the HTML algorithm, always, I think HTML5 should be updated to say that, no? As it is XMLHttpRequest just defers to Document.innerHTML which HTML5 defines.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list