Probably has been mentioned before, but CSS currently supports uppercase, lowercase, and capitalize via the text-transform property. However, there is no native way to apply "proper case" (aka title case) formatting, where the first letter of each significant word is capitalized, and small function words (e.g., "and", "of", "the") remain lowercase unless at the beginning of a sentence.