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

Add missing native attribute JSX types #4140

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Conversation

marvinhagemeister
Copy link
Member

In our JSX types we have often both the react camelCase attribute name as well as the lower cased DOM name. But that list was incomplete and only some DOM types were present. So I went through our JSX types and added the missing DOM casings. Interestingly the SVG attribute list is a bit inconsistent when it comes to casing and some attributes only exist in camelCase.

@coveralls
Copy link

coveralls commented Sep 24, 2023

Coverage Status

coverage: 99.294%. remained the same when pulling 4def55e on add-html-types into b7629b0 on main.

@marvinhagemeister marvinhagemeister changed the title Complete natrive attribute JSX types Add missing native attribute JSX types Sep 24, 2023
@marvinhagemeister marvinhagemeister merged commit aed9150 into main Sep 24, 2023
2 checks passed
@marvinhagemeister marvinhagemeister deleted the add-html-types branch September 24, 2023 08:10
@JoviDeCroock JoviDeCroock mentioned this pull request Sep 28, 2023
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

Successfully merging this pull request may close these issues.

None yet

3 participants