| OLD | NEW |
| 1 name: html_import | 1 name: html_import |
| 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/Polymer/HTMLImports/tree/master | 3 homepage: https://github.com/Polymer/HTMLImports/tree/master |
| 5 description: > | 4 description: > |
| 6 HTML Imports are a way to include and reuse HTML documents in other HTML | 5 HTML Imports are a way to include and reuse HTML documents in other HTML |
| 7 documents. As <script> tags let authors include external code in their | 6 documents. As <script> tags let authors include external code in their |
| 8 pages, imports let authors load full HTML resources. In particular, imports | 7 pages, imports let authors load full HTML resources. In particular, imports |
| 9 let authors include Custom Element definitions from external URLs. | 8 let authors include Custom Element definitions from external URLs. |
| 10 environment: | |
| 11 sdk: ">=1.0.0 <2.0.0" | |
| OLD | NEW |