[webkit-reviews] review denied: [Bug 6248] CSS3: implement nth-* selectors (Acid3 bug) : [Attachment 18432] The patch strikes back

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 2 12:09:50 PST 2008


Dave Hyatt <hyatt at apple.com> has denied Andrew Wellington
<proton at wiretapped.net>'s request for review:
Bug 6248: CSS3: implement nth-* selectors (Acid3 bug)
http://bugs.webkit.org/show_bug.cgi?id=6248

Attachment 18432: The patch strikes back
http://bugs.webkit.org/attachment.cgi?id=18432&action=edit

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
As loathe as I am to increase memory footprint, I think we should cache indices
in RenderStyles.  If we don't, nth-child is O(n^2) just to match a single child
list.


More information about the webkit-reviews mailing list