Skip to content

Commit 50333f2

Browse files
save file
1 parent 411186a commit 50333f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

html-components/html-components.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,10 @@ <h3>
530530
of that. Often the component itself needs to load resources to be able to run, the component.js library provides a
531531
mechanism to ensure that all components on the page are loaded and available.
532532
</p>
533+
<p>
534+
Note also that the only way here to access properties and methods of the component is to add them to the host element
535+
itself ( this is the way custom web-elements behave ), this is a problematic approach.
536+
</p>
533537
</section>
534538

535539

0 commit comments

Comments
 (0)