Bug 104238

Summary: [Shadow] polyfill.js should have Element.webkitCreateShadowRoot()
Product: WebKit Reporter: Shinya Kawanaka <shinyak>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: morrita, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 102913    

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.