Re: [CSS21] bidi, text-align, and list markers

> -------- Original-Nachricht --------
> Datum: Sat, 05 Jun 2010 10:33:11 +0100
> Von: Adil Allawi <adil@diwan.com>

> I think there is a need to control, through CSS, of the bullet   
> alignment 
> separately from the text align and a new value (for want of a better 
> name) 'match-dir' to give the alignment based on the dir attribute of 
> the <li> element as follows:
> 
> For a list starting with <ul dir="ltr"><li>hello</li> :
> 
> 1. <li dir="rtl" style="text-align:match-dir;      
> bullet-align:match-dir">HELLO gives:
> 
> * hello
>                   OLLEH *    
> 2. <li dir="rtl" style="text-align:match-dir; 
> bullet-align:match-parent">HELLO gives:
> 
> * hello
> *                 OLLEH    
> 4. <li style="text-align:match-parent; bullet-align:match-dir">HELLO  
>  
>   (with no styles) gives:
> * hello
>   OLLEH *
> 
> 
> 3. <li style="text-align:match-parent; 
> bullet-align:match-parent">HELLO(with no styles) gives:
> 
> * hello
> * OLLEH
> 
> 
>  
> The default behavior of the HTML with no CSS would be one of the   
> four possibilities above.

There is one point that I don't understand about the whole discussion: Is there any use case where a rendering other than 

* hello
* OLLEH

would be desired? It is the only one that does not look broken to me.
-- 
Sicherer, schneller und einfacher. Die aktuellen Internet-Browser -
jetzt kostenlos herunterladen! http://portal.gmx.net/de/go/chbrowser

Received on Saturday, 5 June 2010 17:11:32 UTC