Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.28 KB

File metadata and controls

32 lines (25 loc) · 1.28 KB
layout default
title Shadow DOM
type platform
navgroup docs
shortname Platform
subtitle polyfill
feature
spec code summary
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 toc.html %}

{% include_external components/ShadowDOM/README.md %}

{% include other-resources.html %}