- From: Christoph Päper <christoph.paeper@crissov.de>
- Date: Mon, 17 Mar 2008 22:47:28 +0100
- To: www-style Mailing List <www-style@w3.org>
fantasai:
> Here is an example of a use case for :lang:
>
> em:lang(zh), em:lang(ja), em:lang(ko) { font-style: normal; text-
> decoration: underline; }
This looks like it actually should match a script, not a language (or
three):
em:script(Hani) {font-style: normal; text-decoration: underline;}
Actually it's probably even more general:
em:script(ideographic) {font-style: normal; text-decoration:
underline;}
I wonder whether ISO 15924 should provide "macros" for types of
scripts like pictographic -- there is Zsym already --, ideographic,
logographic, syllabic, abjad, consonantary, abugida, alphabetic. I
don't know whether they would be Z*** codes.
Received on Monday, 17 March 2008 21:47:28 UTC