Re: Proposal: content-vertical-alignment

Mikko Rantalainen wrote:

> I'd rather just "fix" the vertical margin computation to work exectly 
> like the horizontal margin computation. (That is, I could just say
>   div.special { margin: auto; margin-box-model: symmetric; }
> to center div.special both horizontally and vertically.
> 
> I propose a new property
> margin-box-model: [ horizontally-symmetric | symmetric ]
> default value: horizontally-symmetric

> Thoughts?

Your proposal is asymmetric :-)  Surely there should be
three possibilities, not two :

   margin-box-model: [ horizontally-symmetric | symmetric | vertically-symmetric ]
   default value: horizontally-symmetric

Philip Taylor

Received on Thursday, 9 June 2005 15:44:14 UTC