blob: 38516cb930bc8910d163d5eefcf22f4540d8a3db [file] [log] [blame]
name: shadow_dom
version: 0.9.0
author: "Web UI Team <web-ui-dev@dartlang.org>"
homepage: https://github.com/dart-lang/ShadowDOM/tree/conditional_shadowdom
description: >
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.
environment:
sdk: ">=0.8.10+6 <2.0.0"