docs(core): change URL to shadow dom spec (#39797)

The old URL (https://w3c.github.io/webcomponents/spec/shadow/) is no longer available.
This commit updates to link to MDN instead.

Fixes #39822

PR Close #39797
This commit is contained in:
Max Schorradt 2020-11-21 20:54:52 +01:00 committed by Andrew Kushnir
parent b3b85091ca
commit 10994ae68c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export enum ViewEncapsulation {
* Use Shadow DOM to encapsulate styles.
*
* For the DOM this means using modern [Shadow
* DOM](https://w3c.github.io/webcomponents/spec/shadow/) and
* DOM](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM) and
* creating a ShadowRoot for Component's Host Element.
*/
ShadowDom = 3