[Bug 25529] Cloning should be atomic

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

--- Comment #10 from Anne <annevk@annevk.nl> ---
So https://dom.spec.whatwg.org/#concept-node-clone does handle customized
built-ins, but doesn't handle any other cases we might have.

Ideally for anything else implementations have the same setup as we advice to
authors of custom elements. Namely that when constructing the element you don't
depend on any attributes and instead use the attribute callbacks for that.

Is there any way we can find out for which elements such a setup would be
unworkable?

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

Received on Wednesday, 17 August 2016 07:11:52 UTC