Skip to content

Commit

Permalink
Briefly explain how to split element definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored Sep 26, 2016
1 parent e45eeff commit c646228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,8 @@ Example:
We say that an element definition has an imperative and declarative portion. The imperative
portion is the call to `Polymer({...})`, and the declarative portion is the `<dom-module>`
element. The imperative and declarative portions of an element's definition may be placed
in the same html file or in separate files.
in the same HTML file or in separate files. They are matched mased on the `id` and `is`
properties having the same value.

**NOTE:** Defining an element in the main html document is not currently supported.

Expand Down

0 comments on commit c646228

Please sign in to comment.