[Bug 25141] Element serialization is not right for parent->child elements in the same namespace

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

--- Comment #1 from Travis Leithead [MSFT] <travil@microsoft.com> ---
Cases of same-namespace parent/child relationships:

Parent (default ns) --> Child (no prefix) 
> No prefix
Parent (default ns) --> Child (prefix + attr mapping prefix->different ns)
> Child prefix dropped
Parent (default ns) --> Child (prefix + attr mapping prefix->same ns)
> Child prefix kept
Parent (prefixed ns) --> Child (no prefix)
> Prefix added to child
Parent (prefixed ns) --> Child (prefix + attr mapping prefix->different ns)
> Prefix changed to parent's
Parent (prefixed ns) --> Child (prefix + attr mapping prefix->same ns)
> No change (child prefix used)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 24 March 2014 22:49:54 UTC