OLD | NEW |
1 name: shadow_dom | 1 name: shadow_dom |
2 version: 0.9.0 | |
3 author: "Web UI Team <web-ui-dev@dartlang.org>" | 2 author: "Web UI Team <web-ui-dev@dartlang.org>" |
4 homepage: https://github.com/dart-lang/ShadowDOM/tree/conditional_shadowdom | 3 homepage: https://github.com/dart-lang/ShadowDOM/tree/conditional_shadowdom |
5 description: > | 4 description: > |
6 Shadow DOM is designed to provide encapsulation by hiding DOM subtrees under | 5 Shadow DOM is designed to provide encapsulation by hiding DOM subtrees under |
7 shadow roots. It provides a method of establishing and maintaining functional | 6 shadow roots. It provides a method of establishing and maintaining functional |
8 boundaries between DOM trees and how these trees interact with each other | 7 boundaries between DOM trees and how these trees interact with each other |
9 within a document, thus enabling better functional encapsulation within the | 8 within a document, thus enabling better functional encapsulation within the |
10 DOM. | 9 DOM. |
11 environment: | |
12 sdk: ">=1.0.0 <2.0.0" | |
OLD | NEW |