[Bug 24570] [Custom]: Callback for cloneNode/importNode

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

--- Comment #5 from Anne <annevk@annevk.nl> ---
You're right. I was confusing this with adoption.

It seems I can get rid of /document/. /clone children flag/ seems to be used by
<template>.

The callbacks needs to be queued as cloning is also used by range operations
and we do not want to run script during those operations I think (but rather
just before they return). Queuing them at the current point seems to take care
of the recursion automatically.

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

Received on Monday, 10 February 2014 15:45:44 UTC