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
This works: <polymer-element name="xyz" attributes="aaa bbb ccc">
<polymer-element name="xyz" attributes="aaa bbb ccc">
This works too: <polymer-element name="xyz" attributes="aaa, bbb, ccc">
<polymer-element name="xyz" attributes="aaa, bbb, ccc">
But this doesn't: <polymer-element name="xyz" attributes="aaa bbb ccc">
It generates somewhat cryptic warnings in the console:
"property for attribute of polymer-element name=spark-menu-button not found."
The text was updated successfully, but these errors were encountered:
Fixed by googlearchive/polymer-dev@09fa217
Sorry, something went wrong.
Support vertical space between attributes in polymer element definition
09fa217
Add tests for comma and vertical space delimiters Fixes Polymer#393
No branches or pull requests
This works:
<polymer-element name="xyz" attributes="aaa bbb ccc">
This works too:
<polymer-element name="xyz" attributes="aaa, bbb, ccc">
But this doesn't:
<polymer-element name="xyz" attributes="aaa bbb ccc">
It generates somewhat cryptic warnings in the console:
"property for attribute of polymer-element name=spark-menu-button not found."
The text was updated successfully, but these errors were encountered: