Bug 91720
Summary: | InputType::destroyShadowSubtree should not clear all the contents of ShadowRoot | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
Component: | DOM | Assignee: | Web Components Team <webcomponents-bugzilla> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dglazkov, dominicc, hayato, morrita, rniwa, tasak, tkent |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 82313 |
Shinya Kawanaka
In InputType::destroyShadowSubtree, all the contents are removed.
We should remove only the contents of UserAgentShadowRoot here.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
We don't care about this anymore since V1 API won't allow attaching a shadow root to input element.