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
Originally from: https://github.com/toolkitchen/polyfills/issues/82
When using <script shadow="shim">, accessing this.node.webkitShadowRoot in the custom element should return a reference it's ShadowRoot.
<script shadow="shim">
this.node.webkitShadowRoot
ShadowRoot
https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#shadow-aware-attributes
The text was updated successfully, but these errors were encountered:
ShadowRoot now installs shadow reference on node.webkitShadowRoot, as…
34363b6
… per spec; collate localNodes, localParent, forEach, and deref functions into ShadowDOM export; rearrange code slightly
sjmiles
No branches or pull requests
Originally from: https://github.com/toolkitchen/polyfills/issues/82
When using
<script shadow="shim">
, accessingthis.node.webkitShadowRoot
in the custom element should return a reference it'sShadowRoot
.https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#shadow-aware-attributes
The text was updated successfully, but these errors were encountered: