eg.: if the source text is mixed or improper:
here is a string of text for a title
The linguisitcally correct capitalizing is:
Here is a String of Text for a Title
Using text-transform: capitalize
will result in:
Here Is A String Of Text For A Title
Is there any CSS property and/or value that can be applied to transform text into the proper English title case?