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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 20:54:31 PDT 2011


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


Shane Stephens <shanestephens at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shanestephens at google.com




--- Comment #5 from Shane Stephens <shanestephens at google.com>  2011-05-18 20:54:31 PST ---
>From the CSS 2.1 spec (http://www.w3.org/TR/CSS2/visuren.html#inline-boxes):

"An inline box is one that is both inline-level and whose contents participate in its containing inline formatting context. A non-replaced element with a 'display' value of 'inline' generates an inline box. Inline-level boxes that are not inline boxes (such as replaced inline-level elements, inline-block elements, and inline-table elements) are called atomic inline-level boxes because they participate in their inline formatting context as a single opaque box."

<span> is inline-level (display: inline), non-replaced (not an img or embedded document), and therefore an inline box (non-replaced + display: inline). Regardless of whether the content is a single character, <span> is therefore not atomic (it is an inline box). 

So this is not a bug in the editor's draft :)

-- 
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