What happens if you apply text-transform: capitalize to text that is already all in uppercase?
text-transform: capitalize
All letters will be converted to lowercase
All words will start with a lowercase letter
There will be no change
Only the first letter of each word will be uppercase