Bug 104238
| Summary: | [Shadow] polyfill.js should have Element.webkitCreateShadowRoot() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
| Component: | DOM | Assignee: | 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 | ||
Shinya Kawanaka
Instead of new WebKitShadowRoot(host), we would like to have Element.createShadowRoot().
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
Maybe we should have the prefixed version, webkitCreateShadowRoot()
Hajime Morrita
Closing. Hayato-san landed the big change without this trick.