Bug 77607 - Introduce isBuiltin method in ShadowRoot.
Summary: Introduce isBuiltin method in ShadowRoot.
Status: RESOLVED INVALID
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: 77603
  Show dependency treegraph
 
Reported: 2012-02-01 23:18 PST by Shinya Kawanaka
Modified: 2012-02-06 18:44 PST (History)
0 users

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-01 23:18:28 PST
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.
Comment 1 Shinya Kawanaka 2012-02-06 18:44:14 PST
We determined we shouldn't do this.