[Webkit-unassigned] [Bug 34753] CSS 2.1: first-line-selector-008.htm test fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 24 22:54:00 PDT 2012


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





--- Comment #22 from Eric Seidel <eric at webkit.org>  2012-04-24 22:53:56 PST ---
I'm happy to help you find a better way, if you can explain to me what you're trying to do.

First-letter works by splitting the RenderText into two RenderTextFragments.
first-line works by giving the first linebox a special style (or rather making style-access on the linebox be sensitive to the possibility of this special style).

It's unclear to me what functionality you're tryign to add to first-line here.

If you're just looking for an easy-patch to get started in WebKIt, this is anything but.  Workign on the linebox tree is hard. :)  If you want to work in the linebox tree or rendering, we can discuss lots of possible clean-up patches to do first.  Generally I find I learn code best by doing various cleanup patches in the area before trying to do systemic changes like this. :)

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