Hacker News new | ask | show | jobs
by floatboth 2889 days ago
I thought Shadow DOM only provides encapsulation??
1 comments

I think "shadow-DOM-stuff" refers to the concept of virtual DOMs. The shadow DOM isn't really a virtual DOM though, sure. It's just encapsulated parts of the regular old DOM.