Re: [CSS3] horizontal/vertical-align ?

On 2010-04-22 1:46 AM, Andrew Fedoniouk wrote:
> In principle it has to be separate property like
> content-vertical-align or vertical-align should accept two values:
> self-alignment and content-alignment.

So if plan B were used, what should the following do and how does it 
differ from what happens now?

element { display: table-cell; vertical-align: <self-alignment>; }
element { display: inline; vertical-align: <content-alignment>; }

Received on Thursday, 22 April 2010 09:02:43 UTC