RE: [css3-writing-modes] a third option for implementing logical properties

>  > I was talking about this with Murakami-san, and he proposed this instead:
>  >
>  > margin: end 1em;
> 
> How would you specify more than one value? Like this?:
> 
>    margin: end 1em start 2em before 0 after 0;

It looks similar to background-position for me, but I'm still at the learning stage of CSS (just finished reading the book you and Bert wrote), your advice is greatly appreciated.

Depends on how common it is, your original idea could also be used:
margin: beas 0 1em 0 2em;
margin: end 1em start 2em;

Does this work?


Regards,
Koji

Received on Monday, 25 October 2010 16:42:00 UTC