[Bug 22897] What state needs to be cloned when a Document is cloned?

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

Olli Pettay <bugs@pettay.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsivonen@iki.fi

--- Comment #3 from Olli Pettay <bugs@pettay.fi> ---
Yes, XMLness/SVGness/HTMLness.

We probably want URL if base URL is copied, and we probably want base URL to
be correct so that various urls in the clone tree are correct.

compatMode yes, since it seems to affect to innerHTML behavior and it would be
odd if the clone would have different behavior than the original
http://mxr.mozilla.org/mozilla-central/source/content/base/public/nsContentUtils.h?rev=82d3b49ce0df&mark=1137-1137,1149-1149#1130

Not sure whether contentType or characterSet matter much.

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

Received on Thursday, 8 August 2013 13:10:42 UTC