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

All html attributes converted #42

Open
lsroman opened this issue Aug 17, 2017 · 2 comments
Open

All html attributes converted #42

lsroman opened this issue Aug 17, 2017 · 2 comments

Comments

@lsroman
Copy link

lsroman commented Aug 17, 2017

This all html attributes -
https://github.com/facebook/react/blob/2999811b07a5eb9e04680457a0b56195abd7e08c/src/renderers/dom/shared/HTMLDOMPropertyConfig.js#L92-L96

acceptCharset = 'accept-charset'
className = 'class'
htmlFor = 'for
httpEquiv = 'http-equiv'

@aknuds1
Copy link
Owner

aknuds1 commented Aug 17, 2017

Would you mind issuing a pull request for this?

@nickpalmer
Copy link

Note that React 16 is removing whitelisting of attributes and passing them all down to the DOM. So whitelisting may no longer be needed here, but the transformations still will.

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

3 participants