feat: add shadow dom resource (#1412)
parent
afbd737496
commit
48580ce0ad
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
||||
# Shadow dom |
||||
# Shadow DOM |
||||
|
||||
An important aspect of web components is encapsulation — being able to keep the markup structure, style, and behavior hidden and separate from other code on the page so that different parts do not clash, and the code can be kept nice and clean. The Shadow DOM API is a key part of this, providing a way to attach a hidden separated DOM to an element. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM'>Using shadow DOM | MDN web docs</BadgeLink> |
||||
|
Loading…
Reference in new issue