question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

textTransform: capitalize does not work

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
diegomuracommented, Dec 1, 2018

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!

0reactions
lukepighetticommented, Dec 1, 2018

Dang! this would have been a good first issue for me. Thanks for fixing it so quickly! 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found