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
It seems that
polyfill-next-selector { content: ':host #myId' }
Does not work (in IE) for VanillaJS <template>s and Custom Elements.
<template>
For <polymer-element> it works fine: http://codepen.io/robdodson/pen/FokEw/, but for some reason when I try to do the same for 🍦 it doesn't http://codepen.io/tomalec/pen/apqgr
<polymer-element>
shim-shadowdom attribute also does not help.
shim-shadowdom
Is there any workaround, or am I using it wrong?
The text was updated successfully, but these errors were encountered:
Mind posting this on stack overflow? I'd like for others to find the answer. I'll reply there if you ping the link.
Sorry, something went wrong.
Sure, thanks. Here it is: http://stackoverflow.com/questions/24497569/content-polyfill-for-vanillajs-templates-and-custom-elements
Moved to SO.
No branches or pull requests
It seems that
Does not work (in IE) for VanillaJS
<template>
s and Custom Elements.For
<polymer-element>
it works fine: http://codepen.io/robdodson/pen/FokEw/, but for some reason when I try to do the same for 🍦 it doesn't http://codepen.io/tomalec/pen/apqgrshim-shadowdom
attribute also does not help.Is there any workaround, or am I using it wrong?
The text was updated successfully, but these errors were encountered: