| OLD | NEW |
| (Empty) |
| 1 name: web_components | |
| 2 version: 0.10.0 | |
| 3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> | |
| 4 homepage: https://www.dartlang.org/polymer-dart/ | |
| 5 description: > | |
| 6 Polyfills for Shadow DOM, Custom Elements, and HTML Imports. | |
| 7 Custom Elements let authors define their own elements. Authors associate code | |
| 8 with custom tag names, and then use those custom tag names as they would any | |
| 9 standard tag. Shadow DOM is designed to provide encapsulation for custom | |
| 10 elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors | |
| 11 bundle code and HTML as if they were libraries. | |
| 12 environment: | |
| 13 sdk: ">=1.4.0-dev.6.6 <2.0.0" | |
| OLD | NEW |