[Webkit-unassigned] [Bug 77938] SVGTRefElement shouldn't dynamically create a shadow root.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 22:45:34 PST 2012


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





--- Comment #2 from Shinya Kawanaka <shinyak at chromium.org>  2012-02-07 22:45:35 PST ---
Zimmermann,

I'm now implementing "multiple shadow subtrees", which is described in https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html
When "multiple shadow subtrees" is supported, a user can append a shadow root into any elements. SVG elements are not exceptional.

So if a user adds a new shadow root into 'tref' element before tref adds shadow root by itself, a problem may happen.

So I would like to ensure that a shadow root is created before user can add a new shadow root into this element.

Do you think a problem happens if a shadow root is added in a construction phase?
If not, I would like to proceed this change. If it does, we have to think another solution.

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