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

Converting custom attributes to data-dojo-props values #8

Open
mmaxwell opened this issue Apr 1, 2013 · 1 comment
Open

Converting custom attributes to data-dojo-props values #8

mmaxwell opened this issue Apr 1, 2013 · 1 comment
Labels

Comments

@mmaxwell
Copy link
Contributor

mmaxwell commented Apr 1, 2013

<div iconClass="foo">

is being converted to

<div data-dojo-props='"iconclass":"foo"'>

Case is not being preserved. This looks like an issue with libxmljs, as attribute.name() is returning all values in lower case.

@tsemachh
Copy link

+1 for that one , we can't trust Templats conversion without that one

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

No branches or pull requests

2 participants