Bug 91720 - InputType::destroyShadowSubtree should not clear all the contents of ShadowRoot
Summary: InputType::destroyShadowSubtree should not clear all the contents of ShadowRoot
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Web Components Team
URL:
Keywords:
Depends on:
Blocks: 82313
  Show dependency treegraph
 
Reported: 2012-07-19 00:39 PDT by Shinya Kawanaka
Modified: 2019-10-04 22:15 PDT (History)
7 users (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-07-19 00:39:58 PDT
In InputType::destroyShadowSubtree, all the contents are removed.
We should remove only the contents of UserAgentShadowRoot here.
Comment 1 Ryosuke Niwa 2019-10-04 22:15:16 PDT
We don't care about this anymore since V1 API won't allow attaching a shadow root to input element.