first of all, there is the shadow host:
this is the dom node that the shadow dom is attached to
second is the shadow tree:
this is the dom tree inside the shadow dom
next is the shadow root:
it is the root node of the shadow tree
the last one is the shadow boundary:
here, the shadow dom will end and the regular dom begins
- bokuju