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

HTML tags should have case-insensitive attributes #21

Open
wch opened this issue Feb 24, 2022 · 0 comments
Open

HTML tags should have case-insensitive attributes #21

wch opened this issue Feb 24, 2022 · 0 comments

Comments

@wch
Copy link
Collaborator

wch commented Feb 24, 2022

Previously, all the Tag functions automatically lower-cased attributes, because HTML tags have case-insensitive attributes.

The change in this commit was made because SVG tags have case-sensitive attributes:
5e5c7fe

Now that we've split the HTML and SVG tags into separate groups, we should restore the case-insensitive behavior for HTML tags.

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

1 participant