You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polymer attempts to guarantee that custom elements inside another custom element's shadowRoots are upgraded when it is created. This allows the binding system to depend on interacting with upgraded elements. It also allows users to be able to interact with upgraded elements are create time.
Polymer requires that element definitions are registered at upgrade time to be able to enforce this guarantee. As a debugging aide, when this is not the case, polymer should issue a warning that a custom element contains an un-upgraded custom element in its shadowRoot.
The text was updated successfully, but these errors were encountered:
Polymer attempts to guarantee that custom elements inside another custom element's shadowRoots are upgraded when it is created. This allows the binding system to depend on interacting with upgraded elements. It also allows users to be able to interact with upgraded elements are create time.
Polymer requires that element definitions are registered at upgrade time to be able to enforce this guarantee. As a debugging aide, when this is not the case, polymer should issue a warning that a custom element contains an un-upgraded custom element in its shadowRoot.
The text was updated successfully, but these errors were encountered: