[Webkit-unassigned] [Bug 68344] tr:nth-child(even) is buggy for <tr>=?UTF-8?Q?s=20that=20aren=E2=80=99t=20wrapped=20in=20?=<thead> and that contain only <th>s

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 2 22:45:07 PDT 2011


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





--- Comment #3 from Shinya Kawanaka <shinyak at google.com>  2011-10-02 22:45:07 PST ---
When resolving CSS selector matching (in SelectorChecker::checkOneSelector), the first <tr> and the second <tr> shares RenderStyle.

When checking the second <tr>, CSS selector sets childIndex (of RenderStyle). However, the RenderStyle is shared, it overwrites the RenderStyle of the first <tr>.

It causes this bug, I think.

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