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
Example: https://gist.github.com/anonymous/2dcbf97ca60c7d1213e7
Under polyfill, if I click on "I'm a div!" clickHandler doesn't fire. In chrome canary with experimental web platform features enabled it does.
If the distributed content is only a text node, e.g. the "hi" node clickHandler does fire.
The text was updated successfully, but these errors were encountered:
Fixes issue #230
f1c8d90
No branches or pull requests
Example: https://gist.github.com/anonymous/2dcbf97ca60c7d1213e7
Under polyfill, if I click on "I'm a div!" clickHandler doesn't fire. In chrome canary with experimental web platform features enabled it does.
If the distributed content is only a text node, e.g. the "hi" node clickHandler does fire.
The text was updated successfully, but these errors were encountered: