We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411186a commit 50333f2Copy full SHA for 50333f2
html-components/html-components.html
@@ -530,6 +530,10 @@ <h3>
530
of that. Often the component itself needs to load resources to be able to run, the component.js library provides a
531
mechanism to ensure that all components on the page are loaded and available.
532
</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>
537
</section>
538
539
0 commit comments