[Webkit-unassigned] [Bug 89054] document.execCommand('Indent') removes Shadow DOM.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 21:56:07 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89054





--- Comment #1 from Shinya Kawanaka <shinyak at chromium.org>  2012-06-13 21:56:07 PST ---
This is because node->cloneNode() does not clone Shadow DOM.

However, if we clone Shadow DOM always, it might be harmful for existing elements e.g. <input> etc. We should think this more.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list