Re: [css3-writing-modes] Keyword alternatives to "logical"

On Oct 27, 2010, at 3:29 PM, MURAKAMI Shinyu wrote:

> 
>    margin-top:    [before|end|after|start]? <margin-width>
>    margin-right:  [before|end|after|start|outside|inside]? <margin-width>
>    margin-bottom: [before|end|after|start]? <margin-width>
>    margin-left:   [before|end|after|start|outside|inside]? <margin-width>
> 

I really don't like adding logical keywords to properties that have physical names.  That just doesn't make any sense.

The reason logical keywords work nicely with shorthands like "margin" or "border-style" is that no directionality was implied by the name of the property.

dave

Received on Wednesday, 27 October 2010 21:19:56 UTC