- From: Sander Tekelenburg <tekelenb@euronet.nl>
- Date: Mon, 20 Jan 2003 07:00:23 +0100
- To: www-style@w3.org
A recent discussion on <www-html@w3.org> about ABBR led me[*] to believe it would be good to add a more explicit explanation of what exactly is meant with "small-caps" in the CSS specs, at <http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font-variant>. I expected {font-variant: small-caps} to mean change text to small capitals. It doesn't. Only lowercase characters are transformed. Capitals remain captials. I believe I understand the logic behind that now, but no thanks to the specs ;) I strongly suspect that most people who are not typographers would be equally confused. And since the reality is that most people who build websites are not typgraphers, it would help the quality of the Web if the specs would try to avoid such confusion. Since there don't seem to be comparable cases in the CSS specs, I think adding a short note to that particular section would be the appropriate way to make the specs more clear. Something like: "Note that font-variant does <EM>not</EM> automatically imply a text-transform. For instance, {font-variant: small caps} only applies to lowercase text. To have it apply to capitals, {text-transform: lowercase} must be added." Comments? [*] <http://lists.w3.org/Archives/Public/www-html/2003Jan/0121.html> and <http://lists.w3.org/Archives/Public/www-html/2003Jan/0122.html> -- Sander Tekelenburg, <http://www.euronet.nl/~tekelenb/>
Received on Monday, 20 January 2003 01:04:07 UTC