Re: [CSS21] What does 'text-transform: capitalize' mean, exactly?

On Tue, Oct 21, 2008 at 10:00 AM, James Elmore <James.Elmore@cox.net> wrote:

>
> That only leaves 'title-caps' to resolve, since some preferences exist to
> have the camelCase words should be rendered differently in titles.
>

In that case, you shouldn't be transforming the text casing at all, because
you're stating that it's significant for the meaning.  Instead, use
font-variant: small-caps.  Makes everything look uppercase, but still
preserves a distinction between letters that are "really" lowercase and
those that are "really" uppercase.  I think small-caps for headers looks
rather good, myself.

~TJ

Received on Tuesday, 21 October 2008 15:10:30 UTC