CSS: lower Greek list type?

CSS: lower Greek list type?

am 22.05.2007 02:05:54 von Platonistos

Why, if there are:

upper-roman
lower-roman and
lower-greek

list style types, is there no list-style-type: upper-greek in CSS?
And, is there one in the CSS3 draft?

Re: lower Greek list type?

am 22.05.2007 12:43:49 von jkorpela

Scripsit Marcellus:

> Why, if there are:
>
> upper-roman
> lower-roman and
> lower-greek
>
> list style types, is there no list-style-type: upper-greek in CSS?

If that's your question, why does the Subject line say "lower Greek list
type"?

Anyway, the explanation is that in texts in Latin letters, people have
sometimes used lowercase Greek letters for numbering things, but not
uppercase. I'd expect the Greek to use uppercase Greek letters for the
purpose, just as we use uppercase Latin letters, but CSS isn't really very
"internationalized": it reflects styling traditions in English-language
documents more than anything else, with casual "foreign" options thrown in.

> And, is there one in the CSS3 draft?

Well, you _could_ look at it yourself:
http://www.w3.org/TR/css3-lists/#alphabetic
It's been in the CSS 3 Lists draft for over five years. Yet, the draft
hasn't progressed in the "standardization" path, and in principle, it might
change while I'm writing this message. After all, the draft itself says:
"This is a working draft and may therefore be updated, replaced or rendered
obsolete by other W3C documents at any time. It is inappropriate to use W3C
Working Drafts as reference material or to cite them as other than "work in
progress"."

What's far more important for most practical purposes, IE doesn't (even in
IE 7) support even lower-greek. Don't ask me why; the implementation should
be fairly trivial.

If you want to use Greek letters (lowercase or uppercase) as list markers,
use

Re: lower Greek list type?

am 22.05.2007 14:01:34 von Ben C

On 2007-05-22, Jukka K. Korpela wrote:
> Scripsit Marcellus:
>
>> Why, if there are:
>>
>> upper-roman
>> lower-roman and
>> lower-greek
>>
>> list style types, is there no list-style-type: upper-greek in CSS?
>
> If that's your question, why does the Subject line say "lower Greek list
> type"?
>
> Anyway, the explanation is that in texts in Latin letters, people have
> sometimes used lowercase Greek letters for numbering things, but not
> uppercase. I'd expect the Greek to use uppercase Greek letters for the
> purpose, just as we use uppercase Latin letters

Yes, they are used like that. Books of Homer for example are numbered
"A", "B", "G(amma)" ... up to Omega and in many editions these numbers
are written at the top of each page in capital Greek letters.

You wouldn't put each book in its own

  • but you might want to write a
    summary like:

    A The Quarrel
    B The Catalogue of Ships

    etc.

    for which upper-greek might be quite appropriate.

  • Re: CSS: lower Greek list type?

    am 22.05.2007 21:12:12 von Neredbojias

    On Tue, 22 May 2007 00:05:54 GMT Marcellus scribed:

    > Why, if there are:
    >
    > upper-roman
    > lower-roman and
    > lower-greek
    >
    > list style types, is there no list-style-type: upper-greek in CSS?

    They considered it to be too controversial.

    > And, is there one in the CSS3 draft?

    Well, I tried reading that one time but it was excessively windy.

    --
    Neredbojias
    He who laughs last sounds like an idiot.