[Webkit-unassigned] [Bug 85253] Apply animations and transitions for first-letter element
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 23 17:03:07 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=85253
--- Comment #27 from Igor Trindade Oliveira <igor.oliveira at webkit.org> 2012-07-23 17:03:11 PST ---
This patch was reverted because it caused several security bugs. These bugs happen because the first-letter element is just created when RenderBlock::layout is called and for animations it is too late. Before work again on this bug we need to move the creation of first-letter elements out of the RenderBlock::layout. Maybe for a pre layout step.
(In reply to comment #26)
> Rolled it out: https://trac.webkit.org/changeset/120639
--
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