display property proposal: block-inline

Hello world, first time for me here.

I often use inline-block, a useful property, but to align block
without floating elements, inline-block is not a good way, the
white-space between 2 tags will make the size wrong (imagine 2 blocks
with a 50% width + the space, it booms).

So a property like display:block-inline; will have the same effect
like inline-block but without the white-space.

Cheers.

Received on Thursday, 25 November 2010 13:53:01 UTC