Shadow DOM

"Method of establishing and maintaining functional boundaries between DOM trees and how these trees interact with each other within a document, thus enabling better functional encapsulation within the DOM."

Motivation

Example plugin: jsTag

                <js-tag></js-tag>
            

The Basics

Eran Hirsch