Skip to content
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

Fix style deprecation warning #1127

Open
adi130987 opened this issue Jan 31, 2018 · 2 comments
Open

Fix style deprecation warning #1127

adi130987 opened this issue Jan 31, 2018 · 2 comments

Comments

@adi130987
Copy link

[Deprecation] Styling master document from stylesheets defined in HTML Imports is deprecated, and is planned to be removed in M65, around March 2018. Please refer to https://goo.gl/EGXzpw for possible migration paths.

We need to fix this style deprecation until March.

@adi130987
Copy link
Author

@daniel-tabarcea I think you can test this issue on Chrome Canary, maybe Chrome dev.
We need to make sure we won't have issues because of this deprecation.

@daniel-tabarcea
Copy link

daniel-tabarcea commented Feb 12, 2018

After some research I found out that this should not be an issue at all, because Polymer hoists CSS from external stylesheets to the main page, but the browser performs these checks before that can happen and it still displays the warning. I've tested the PMP app on the development build of Chromium 65 and there were no styling issues.
As for preventing the error from showing, we are waiting for a change to polymer that will allow this, the issue is 5017 in the polymer repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants