Bug 77607
Summary: | Introduce isBuiltin method in ShadowRoot. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 77603 |
Shinya Kawanaka
When supporting multiple shadow subtrees, it is useful if we can distinguish built-in shadow roots from user generated shadow roots.
To achieve it, we would like to introduce a new method isBuiltin().
It seems better if we can create new class BuiltinShadowRoot, because we can have a method to ensure returning built-in shadow root.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
We determined we shouldn't do this.