-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Attribute value in form tag becaome lowcase #620
Comments
Hi, the attribute value is case-insensitive. It shouldn't matter if it's lowercase. The minifier uses lowercase to improve the optimization by GZIP (after minification). What is the problem you're having? Is this related to JS? |
I know that attribute name is case-insensitive. cc w3 : https://www.w3.org/TR/2010/WD-html-markup-20101019/documents.html |
Well, the HTML minifier doesn't lowercase values in general, but a specific set of attribute are lowercased according to this list: https://html.spec.whatwg.org/multipage/indices.html#attributes-3 Specifically, method can be any of |
Agree .. method can be case-insensitive.. |
I've disabled attribute value lowercasing, it is causing too many problems for various users. |
Hello~
special attribute are lowcased
example)
https://go.dev/play/p/5Ntxc6sP35r
expect
Can you help me?
The text was updated successfully, but these errors were encountered: