Web components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps. Custom components and widgets build on the Web Component standards, will work across modern browsers, and can be used with any JavaScript library or framework that works with HTML.
Custom Elements
The Custom Elements specification lays the foundation for designing and using new types of DOM elements.
Shadow DOM
The shadow DOM specification defines how to use encapsulated style and markup in web components.
HTML imports
The HTML imports specification defines the inclusion and reuse of HTML documents in other HTML documents.
HTML Template
The HTML template element specification defines how to declare fragments of markup that go unused at page load, but can be instantiated later on at runtime.
testder