This document discusses Web Components and their components: templates, decorators, custom elements, shadow DOM, and imports. It provides examples of using templates to insert cloned content into the DOM, and using shadow DOM to establish boundaries in the document tree and prevent CSS inheritance. It also mentions frameworks like Polymer and Brick that implement Web Components and notes varying browser compatibility for the standard.
2. Who am I
Working at
Twitter bot
@quake_alert
@quake_alert_en
Yoshihiro Iwanaga
3. What is WebComponents?
Provides mechanism
for the declaration of markup prototype.
(W3C Working Draft)
Makes reusing and composing
HTML components much easier ?
6. The component model
for the WebComponents
1. Templates
2. Decorators
3. Custom Elements
4. Shadow DOM
5. Imports