[Webkit-unassigned] [Bug 76611] Content element should be able to be added/removed/replaced in a shadow tree.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 01:49:23 PST 2012


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





--- Comment #3 from Shinya Kawanaka <shinyak at chromium.org>  2012-01-25 01:49:23 PST ---
I reuse this bug to  track of adding/removing/replacing content element dynamically in a shadow tree.

When removing a content element in a shadow tree, the elements included in the content element are not detached. So they are rendered, though they are light children not included in a content element.

We should reconstruct shadow tree when adding/removing/replacing content element in shadow tree.
To track which elements are attached or not, I want to have light tree to be managed by a shadow root.

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