| OLD | NEW |
| 1 name: shadow_dom | 1 name: shadow_dom |
| 2 version: 0.9.0 |
| 2 author: "Web UI Team <web-ui-dev@dartlang.org>" | 3 author: "Web UI Team <web-ui-dev@dartlang.org>" |
| 3 homepage: https://github.com/dart-lang/ShadowDOM/tree/conditional_shadowdom | 4 homepage: https://github.com/dart-lang/ShadowDOM/tree/conditional_shadowdom |
| 4 description: > | 5 description: > |
| 5 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 |
| 6 shadow roots. It provides a method of establishing and maintaining functional | 7 shadow roots. It provides a method of establishing and maintaining functional |
| 7 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 |
| 8 within a document, thus enabling better functional encapsulation within the | 9 within a document, thus enabling better functional encapsulation within the |
| 9 DOM. | 10 DOM. |
| 11 environment: |
| 12 sdk: ">=1.0.0 <2.0.0" |
| OLD | NEW |