We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45eeff commit c646228Copy full SHA for c646228
PRIMER.md
@@ -467,7 +467,8 @@ Example:
467
We say that an element definition has an imperative and declarative portion. The imperative
468
portion is the call to `Polymer({...})`, and the declarative portion is the `<dom-module>`
469
element. The imperative and declarative portions of an element's definition may be placed
470
-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`
471
+properties having the same value.
472
473
**NOTE:** Defining an element in the main html document is not currently supported.
474
0 commit comments