Proposal: Minor 'text-transform' property revision

If not already suggested: What about to allow at least 'capitalize' in
combination with 'lowercase'? I think that's a combination which would make sense,
since one might want to force a specific notation e.g. in headlines:

    h1 { text-transform: lowercase capitalize; }

The 'text-transform' [1] value could simply be changed to

    uppercase | [lowercase || capitalize] | none | inherit 

...although I'm not sure if this turns into a serious compatibility issue.


Best regards,
 Jens.


[1] http://www.w3.org/TR/CSS21/text.html#caps-prop


-- 
Jens Meiert
Interface Architect

http://meiert.com/

Received on Thursday, 26 February 2004 12:29:48 UTC