Re: [css3-text] text-transform:capitalize

 Koji Ishii:

>> a'bc => A'Bc
> 
> Unfortunately, this rule will transform "I'll" and "I've" incorrectly.

 a'bc  => A'bc
 a'bcd => A'Bcd

But I get your point.

> I understand how "a.m." should be titlecased,

 a.m.         => A.m.
 a. m.        => A. M. (add negative ‘word-spacing’)
 a. m. => A. M.

Received on Monday, 21 February 2011 21:54:20 UTC