Bug 104238 - [Shadow] polyfill.js should have Element.webkitCreateShadowRoot()
Summary: [Shadow] polyfill.js should have Element.webkitCreateShadowRoot()
Status: RESOLVED WONTFIX
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: 102913
  Show dependency treegraph
 
Reported: 2012-12-06 01:45 PST by Shinya Kawanaka
Modified: 2020-08-18 10:47 PDT (History)
2 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-12-06 01:45:55 PST
Instead of new WebKitShadowRoot(host), we would like to have Element.createShadowRoot().
Comment 1 Shinya Kawanaka 2012-12-06 16:25:29 PST
Maybe we should have the prefixed version, webkitCreateShadowRoot()
Comment 2 Hajime Morrita 2012-12-11 19:30:05 PST
Closing. Hayato-san landed the big change without this trick.