[Webkit-unassigned] [Bug 58965] CSS transform doesn’t apply to inline elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 18:32:40 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58965





--- Comment #4 from Oli Studholme <webkit.org at boblet.net>  2011-04-20 18:32:40 PST ---
Thanks for the iOS check Thomas, and the link Dean! Following up from Dean, the relevant text in the link is:
“I propose that CSS Transforms be limited to block-level elements, and inline elements that are never split into multiple boxes (i.e. replaced elements, inline-block and inline-table)”

The spec change mentioned in the link is:
“Applies to: block-level and atomic inline-level elements”
http://dev.w3.org/csswg/css3-2d-transforms/#transform-property

As I should have mentioned the workaround for transforming inline elements is to use display: inline-block;. However, single characters would qualify as atomic, so even in the editor’s draft I still think this is a bug ;)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list