Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.22 KB

File metadata and controls

26 lines (21 loc) · 1.22 KB
layout default
title Shadow DOM
subtitle polyfill
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 components/ShadowDOM/README.md %}