Re: Inline elements should be affected by 2D Transforms

+Shane

Simon wrote:

>> The problem is that there isn't an implementation that makes sense.

Exactly.

>> Consider an inline element split over 2 lines, with a rotation transform. What do you expect to happen?

Consider the attached test case. (You'll need Ahem[1] installed.) Opera, IE, and Firefox all disagree on how to apply the rotation, both in terms of how to determine which box(es) to apply the transform to, and which transform origin(s) to use.
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.


Ted
1. http://wiki.csswg.org/test/fonts

Received on Friday, 3 June 2011 01:56:57 UTC