[Bug 29175] Special rules for HTML element in HTML document for Element.insertAdjacentHTML() are necessary?

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

--- Comment #2 from Arkadiusz Michalski (Spirit) <crimsteam@gmail.com> ---
Basically this step 2. is correct in other browsers excluding one case (when we
invoke method on <html> whose parent is DocumentFragment) because they don't
change context to <body>, like we see in
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29175#c0.

But in other site actuall definitions in P&S are consistent because fit to
Element.outerHTML and Range.createContextualFragment() in simillar cases (when
used on <html> as object context). For this commands Firefox is still correct,
other browsers are more or less correct (they have other inaccuracies).

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

Received on Thursday, 5 May 2016 11:49:37 UTC