textTransform: capitalize does not work
See original GitHub issueI noticed that textTransform: uppercase works but textTransform: capitalize does not work. Not sure if this is a regression or just not implemented, but wanted to report it. Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Why Css text-transform capitalize not working? - Stack Overflow
Capitalize only affects the first letters of words. It will not change the case of the rest of the letters in a word....
Read more >How to fix text-transform: capitalize doesn't work
When I faced this issue, it was due to all caps text, so you need to transform it to lowercase in your template...
Read more >text-transform - CSS: Cascading Style Sheets - MDN Web Docs
The text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or ...
Read more >Text transform doesn't work on all uppercase. #25922 - GitHub
The workaround is to set it to all lowercase first and then use class="text-capitalize" but it would be nice to have it work...
Read more >All Caps in CSS - How to Uppercase Text with Style
You can use the text-transform CSS property to capitalize text in different ... This declaration does not change the content of the DOM....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Oh sorry!! I was working in other issues ad I just went for this one very quickly 😅 Let me know in what you would like to work and I’ll be happy to assist you!
Dang! this would have been a good first issue for me. Thanks for fixing it so quickly! 😃