- From: Patrick Garies <pgaries@fastmail.us>
- Date: Thu, 22 Apr 2010 04:01:59 -0500
- To: Andrew Fedoniouk <news@terrainformatica.com>
- CC: www-style@w3.org
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