RESOLVED INVALID 77607
Introduce isBuiltin method in ShadowRoot.
https://bugs.webkit.org/show_bug.cgi?id=77607
Summary Introduce isBuiltin method in ShadowRoot.
Shinya Kawanaka
Reported 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.
Attachments
Shinya Kawanaka
Comment 1 2012-02-06 18:44:14 PST
We determined we shouldn't do this.
Note You need to log in before you can comment on or make changes to this bug.