Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.28 KB

File metadata and controls

30 lines (24 loc) · 1.28 KB
layout default
title Shadow DOM
subtitle polyfill
load_polymer true
imports
/elements/buildbot-list.html
feature
spec status code summary
<buildbot-list project="ShadowDOM"></buildbot-list>
Shadow DOM is designed to provide encapsulation by hiding DOM subtrees under shadow roots. It provides a 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.
links
HTML5Rocks - Shadow DOM 201: CSS and Styling
HTML5Rocks - Shadow DOM 301: Advanced Concepts & DOM APIs

{% include spec-header.html %}

{% include_external polymer-all/ShadowDOM/README.md %}