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

Does not support dashed attributes as expected (for example HTML5 data-* attributes) #3

Open
jarmo opened this issue Aug 30, 2016 · 1 comment

Comments

@jarmo
Copy link

jarmo commented Aug 30, 2016

When using dom2hscript with html including dashed attributes then output is not as expected by virtual-dom and these attributes will get lost in conversion.

See issue #406 for more information.

@dperrymorrow
Copy link

Im willing to attempt a PR on this, i have verified the issue reported above.

example

<li data-id="44">

when converted to hyperscript and then rendered to the DOM, the data-id attribute is gone

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