Difference between Light DOM and Shadow DOM
问题 I stumbled a couple of times into this Light DOM thing but wasn't able to understand the difference with Shadow DOM. If someone out there could provide a clear answer it would be much appreciated. 回答1: The Light DOM is simply the plain old DOM tree inside a HTML element. The term is only used in the context of web components to distinguish it from the Shadow DOM. I suppose the normal DOM was redefined as Light in contrast with Shadow . The specs call it the shadowroot host's node tree , or