[Webkit-unassigned] [Bug 91704] ShadowRoot.cloneNode() must always throw a DATA_CLONE_ERR exception.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 19:59:04 PDT 2012


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


Shinya Kawanaka <shinyak at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dglazkov at chromium.org,
                   |                            |dominicc at chromium.org,
                   |                            |hayato at chromium.org,
                   |                            |morrita at google.com,
                   |                            |tasak at google.com




--- Comment #1 from Shinya Kawanaka <shinyak at chromium.org>  2012-07-18 19:59:03 PST ---
In DOM Level 2, cloneNode() does not throw an exception. 
In DOM 4, I'm not sure cloneNode() can throw an exception.

http://www.w3.org/TR/domcore/#dom-domexception-data_clone_err

But under the current implementation, we have to change all cloneNode() signature in various nodes, since nodeNode() does not have ExceptionCode&, maybe...

-- 
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