[Bug 25168] Should XML Serialization be allowed to produce invalid XML?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25168

Travis Leithead [MSFT] <travil@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Travis Leithead [MSFT] <travil@microsoft.com> ---
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.

Received on Thursday, 3 April 2014 17:57:31 UTC