Re: Inline elements should be affected by 2D Transforms

Inline-block is not just a 2D-Transform-compatible replacement for inline.
 There are certain deficiencies that make it inadequate for inline layout,
as seen here: http://jsfiddle.net/brianblakely/fZ2uw/

<http://jsfiddle.net/brianblakely/fZ2uw/>-Brian


On Thu, Jun 2, 2011 at 9:56 PM, Edward O'Connor <eoconnor@apple.com> wrote:

> I really don't think we should go here. If authors want to apply transforms
> to normally-inline elements, they should use display: inline-block.

Received on Friday, 3 June 2011 14:22:41 UTC