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:
parent
b3b85091ca
commit
10994ae68c
|
@ -40,7 +40,7 @@ export enum ViewEncapsulation {
|
||||||
* Use Shadow DOM to encapsulate styles.
|
* Use Shadow DOM to encapsulate styles.
|
||||||
*
|
*
|
||||||
* For the DOM this means using modern [Shadow
|
* 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.
|
* creating a ShadowRoot for Component's Host Element.
|
||||||
*/
|
*/
|
||||||
ShadowDom = 3
|
ShadowDom = 3
|
||||||
|
|
Loading…
Reference in New Issue