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
Binding in <style> doesn't work under native shadow dom.
<style>
https://jsbin.com/kizanul/edit?html,console,output
A red element
A transparent element
The text was updated successfully, but these errors were encountered:
@NanoWang Never knew you can do like this.
Sorry, something went wrong.
Why not. Style tag shouldn't be special.
On Thu, Jun 16, 2016, 17:05 Rong Sen Ng notifications@github.com wrote:
@NanoWang https://github.com/nanowang Never knew you can do like this. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub #3718 (comment), or mute the thread https://github.com/notifications/unsubscribe/ABG18MK-6gGxYPpPzfCGioVl0UVr0Texks5qMRHbgaJpZM4I3H65 .
@NanoWang https://github.com/nanowang Never knew you can do like this.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub #3718 (comment), or mute the thread https://github.com/notifications/unsubscribe/ABG18MK-6gGxYPpPzfCGioVl0UVr0Texks5qMRHbgaJpZM4I3H65 .
Your JSBin seems to not work with shady dom either. Also this is not designed to be working, you should use css-variables instead.
css-variables
No branches or pull requests
Description
Binding in
<style>
doesn't work under native shadow dom.Live Demo
https://jsbin.com/kizanul/edit?html,console,output
Steps to Reproduce
Expected Results
A red element
Actual Results
A transparent element
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: