[Bug 25168] Should XML Serialization be allowed to produce invalid XML?
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25168 Travis Leithead [MSFT] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Travis Leithead [MSFT] <[email protected]> --- OK. I believe this commit covers all the cases. We now have a dynamically-switchable algorithm to throw or not to throw based on the flag. Current setting matches the behavior of browsers and of the former spec by not throwing for serializeToString, and throwing for the inner/outerHTML getters (on non-well-formed DOM). https://dvcs.w3.org/hg/innerhtml/rev/f3d96628e2b5 -- You are receiving this mail because: You are on the CC list for the bug.