Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

createShadowRoot is deprecated #11

Open
IvanRave opened this issue Nov 8, 2015 · 3 comments
Open

createShadowRoot is deprecated #11

IvanRave opened this issue Nov 8, 2015 · 3 comments

Comments

@IvanRave
Copy link

IvanRave commented Nov 8, 2015

https://developer.mozilla.org/ru/docs/Web/API/Element/createShadowRoot

This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.

@ebidel
Copy link

ebidel commented Nov 8, 2015

This is known. There's been a lot of churn on shadow dom recently, and the browser vendors have finally settled on pursuing Shadow DOM v1: https://www.chromestatus.com/features/4667415417847808

createShadowRoot is part of the original standard: https://www.chromestatus.com/features/4507242028072960

Chrome is shipping the createShadowRoot API but the polyfill has not been updated yet to support the new stuff.

@ebidel
Copy link

ebidel commented Nov 8, 2015

@midorikocak
Copy link

#12

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants