Shadow DOM

Descripción

This will explain shadow DOM
Ravi Upadhyay
Diapositivas por Ravi Upadhyay, actualizado hace más de 1 año
Ravi Upadhyay
Creado por Ravi Upadhyay hace alrededor de 6 años
60
0

Resumen del Recurso

Diapositiva 1

    Shadow DOM: Introduction
    New DOM feature that helps you build components. Shadow DOM is one of the four Web Component standards: HTML Templates, Shadow DOM, Custom elements and HTML Imports. Shadow DOM is set of DOM elements managed by your element. Can think of shadow DOM as scoped subtree inside your element. According to google web fundamentals: "Shadow DOM fixes CSS and DOM. It introduces scoped styles to the web platform. Without tools or naming conventions, you can bundle CSS with markup".
    Pie de foto: : Representation of Shadow DOM

Diapositiva 2

    Shadow DOM: Bit more details
    Shadow Root: It is top of the shadow tree. Shadow Host: The element to which the tree is attached to. ShadowRoot: The host has a property called shadowRoot that refers to shadow root. Host: The shadow root has a host property that identifies host element. The shadow tree is separate from the element's children. You can think of this shadow tree as part of the component's implementation, which outside elements don't need to know about. The element's children are part of its public interface.
Mostrar resumen completo Ocultar resumen completo

Similar

Quiz - Object Oriented Javascript
arunram.krish
Examen Fundamentos Basicos de Programación
Jose Valderrama0721
Test I. Introduction to web technologies
Angel Martínez Rodriguez
JavaScript Fundamentals
Andrew Watters
Front-End Web Development
Chanthy Ngin
Javascript - Quiz - Jan 2016
arunram.krish
OpenSource Programming
Faheem Ahmed
Javascript basics
James Drummond
jQuery Basics functions and method
Victor Bini
JavaScript DOM API - Funções Basicas - Interactive Web Pages
Victor Bini
Javascript Variables
Rene Escobar