[Webkit-unassigned] [Bug 93170] Inline continuations create :after generated content on style recalcs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 19:48:22 PDT 2012


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





--- Comment #4 from Abhishek Arya <inferno at chromium.org>  2012-08-03 19:48:21 PST ---
(In reply to comment #0)
> Created an attachment (id=156496)
 --> (https://bugs.webkit.org/attachment.cgi?id=156496&action=review) [details]
> Reduction
> 
> Given <span><div></div></span> with :after content  on span a style recalc will cause the insertion of the content into the continuations in the div.

the initial rendertree should be like

RenderBlock(anonymous)
   RenderInline (span)
RenderBlock(anonymous)
   RenderBlock (div)
RenderBlock(anonymous)
  RenderInline(span)
     RenderWhatever (for :after content)

After the style recalc where does the badness happen ?

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