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