You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently ran into an issue with my project where some HTML attributes are not contained in the src/attribute.json file and are not converted into camelCase as a result of the exclusion. I do not see a security concern that would cause these properties to be excluded and would like to know if the exclusions were intentional, and if anyone is willing to share the reasoning behind the exclusions before I add them in my code. The HTML properties in question are:
I included links to show that all 3 of these properties are valid HTML global attributes. Please let me know if I am overlooking something, or if there is an underlying reason these properties have been excluded from mapping in this project.
Thank you for your time and support on this project :) I would be willing to submit a PR with the new attributes if you agree they should be present in this project.
Have a nice afternoon.
The text was updated successfully, but these errors were encountered:
the attribute mapping was recently refactored to reduce bundle size, seems like the trick used to optimize bundle size doesn't work on item* attributes. I've created the PR to fix but if you have a more thorough test case it would be awesome
Hello,
I recently ran into an issue with my project where some HTML attributes are not contained in the src/attribute.json file and are not converted into camelCase as a result of the exclusion. I do not see a security concern that would cause these properties to be excluded and would like to know if the exclusions were intentional, and if anyone is willing to share the reasoning behind the exclusions before I add them in my code. The HTML properties in question are:
I included links to show that all 3 of these properties are valid HTML global attributes. Please let me know if I am overlooking something, or if there is an underlying reason these properties have been excluded from mapping in this project.
Thank you for your time and support on this project :) I would be willing to submit a PR with the new attributes if you agree they should be present in this project.
Have a nice afternoon.
The text was updated successfully, but these errors were encountered: