webcomponents / webcomponents.org

Home of the web components community
https://www.webcomponents.org
Apache License 2.0
366 stars 84 forks source link

Update the polyfills section #1141

Open TimvdLippe opened 6 years ago

TimvdLippe commented 6 years ago

The section at https://www.webcomponents.org/polyfills/ appears to be quite outdated. For example, the shadow dom section talks about the shadow dom polyfill, but instead we are advising users to use shadydom instead. For custom elements, it mentions that the v1 branch is in the workings, but this is already published.

Also the guide should add the npm install @webcomponents/webcomponentsjs for those users that are not using bower (per https://github.com/webcomponents/webcomponentsjs/issues/397)

vandoorne1978 commented 5 years ago

Does Shadydom prevent the css bleed over in IE 11 and edge?