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

Can't separate attributes in element's definition with vertical whitespace #393

Closed
ussuri opened this issue Jan 14, 2014 · 1 comment
Closed

Comments

@ussuri
Copy link

ussuri commented Jan 14, 2014

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."

@dfreedm
Copy link
Member

dfreedm commented Jan 17, 2014

Fixed by googlearchive/polymer-dev@09fa217

@dfreedm dfreedm closed this as completed Jan 17, 2014
nevir pushed a commit to nevir/polymer that referenced this issue Oct 31, 2014
Add tests for comma and vertical space delimiters

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

No branches or pull requests

2 participants