-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
remove polyfill workarounds #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though three KitchenSink tests fail on TC. They pass locally and manual testing seems to work too.
README.md
Outdated
- **V1**: There is also a workaround for [polyfill issue wcjs#872](https://github.com/webcomponents/webcomponentsjs/issues/872) | ||
|
||
\*\* **V1**: In IE11 workaround for per-template scripts [polyfill issue wcjs#872](https://github.com/webcomponents/webcomponentsjs/issues/872) does not work | ||
\*\* **V1**: IE11 does not support `currentScript` so bunch of test for useful cases fails |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"IE11 does not support currentScript
, so a bunch of tests for useful cases fail."
Lucky you, on my machine local tests for KS were failing ;) |
It is not ok if tests in KitchenSink fail. In such case, please re-run the tests. If the problem prevails we need to fix it in KitchenSink. |
Right now all test are failing in FF Nightly, I bet it's due to web driver incompatibilities, and one fails in Chrome due to Polish locale:
I don't think it's worth investigating deeper before the demo |
For V0 and V1 quirks