Bug 79895 - Refactoring: Removing ShadowTree does not need to consider rendering light children.
Summary: Refactoring: Removing ShadowTree does not need to consider rendering light ch...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-29 01:40 PST by Shinya Kawanaka
Modified: 2012-02-29 03:11 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shinya Kawanaka 2012-02-29 01:40:04 PST
Historically there was a case that a shadow root is removed though an element is not removed.
However it seems we don't have such a code now.
This means we can remove such assumption from code.