a634d8ffc7
R=jmesserly@google.com Review URL: https://codereview.chromium.org//20414002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25505 260f80e4-7a28-3924-810f-c04153c831b5
9 lines
437 B
YAML
9 lines
437 B
YAML
name: html_import
|
|
author: "Web UI Team <web-ui-dev@dartlang.org>"
|
|
homepage: https://github.com/Polymer/HTMLImports/tree/master
|
|
description: >
|
|
HTML Imports are a way to include and reuse HTML documents in other HTML
|
|
documents. As <script> tags let authors include external code in their
|
|
pages, imports let authors load full HTML resources. In particular, imports
|
|
let authors include Custom Element definitions from external URLs.
|