-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add a declarative way to set applyAuthorStyles on a element's shadowRoot #106
Comments
applyAuthorStyles may be set on the element's prototype. |
Opening this back up as we never came up with a declarative way. My use case is I want to override stylings for that element, but can't with JS:
Instead, an attribute would be nice:
Can cc @frankiefu |
Has the declarative way been implemented. I would like to see that. |
Also, please be sure to document this when you implement it. Setting |
applyAuthorStyles is a shadow feature so it's not part of the core http://www.polymer-project.org/articles/styling-elements.html#inheriting--resetting-outside-styles
|
Ah, yes. I'd expected one of the reference pages to list the recognized fields of 'prototype', rather than leaving it to an introductory article. |
Yes, the On Sun, Nov 3, 2013 at 8:18 AM, Jeffrey Yasskin [email protected]:
|
Added these to the reference as well: Polymer/old-docs-site@8b744f8 |
Thanks! |
Can we close this now that |
It's been removed from Polymer in googlearchive/polymer-dev@67ac33e. I would say it should be safe to remove. |
Closing :) |
No description provided.
The text was updated successfully, but these errors were encountered: