We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the only way I can get scoped elements to upgrade is by using innerHTML, but if I attempt with append, nothing upgrades.
innerHTML
append
This works:
shadowRoot.innerHTML = '<scoped-element></scoped-element>';
This does not:
shadowRoot.append(fragment);
Element should upgrade when appended.
Element is not upgraded.
0.0.9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Currently, the only way I can get scoped elements to upgrade is by using
innerHTML
, but if I attempt withappend
, nothing upgrades.Example
This works:
This does not:
Expected behavior
Element should upgrade when appended.
Actual behavior
Element is not upgraded.
Version
0.0.9
Browsers affected
The text was updated successfully, but these errors were encountered: