Skip to content

Commit c646228

Browse files
authored
Briefly explain how to split element definition
1 parent e45eeff commit c646228

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PRIMER.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,8 @@ Example:
467467
We say that an element definition has an imperative and declarative portion. The imperative
468468
portion is the call to `Polymer({...})`, and the declarative portion is the `<dom-module>`
469469
element. The imperative and declarative portions of an element's definition may be placed
470-
in the same html file or in separate files.
470+
in the same HTML file or in separate files. They are matched mased on the `id` and `is`
471+
properties having the same value.
471472

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

0 commit comments

Comments
 (0)