Bug 137593 - Update :nth-child(An+B of selector-list) to the latest specification
Summary: Update :nth-child(An+B of selector-list) to the latest specification
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-09 20:34 PDT by Benjamin Poulain
Modified: 2016-01-12 14:48 PST (History)
2 users (show)

See Also:


Attachments
Patch (214.71 KB, patch)
2014-10-09 20:38 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2014-10-09 20:34:50 PDT
Update :nth-child(An+B of selector-list) to the latest specification
Comment 1 Benjamin Poulain 2014-10-09 20:38:55 PDT
Created attachment 239594 [details]
Patch
Comment 2 Andreas Kling 2014-10-10 14:15:16 PDT
Comment on attachment 239594 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=239594&action=review

r=me

> Source/WebCore/cssjit/SelectorCompiler.cpp:3227
> +    for (const NthChildOfSelectorInfo& nthChildOfSelectorInfo : fragment.nthChildOfFilters) {

Come on man, auto.
Comment 3 Benjamin Poulain 2014-10-10 14:23:44 PDT
Comment on attachment 239594 [details]
Patch

Clearing flags on attachment: 239594

Committed r174613: <http://trac.webkit.org/changeset/174613>
Comment 4 Benjamin Poulain 2014-10-10 14:23:46 PDT
All reviewed patches have been landed.  Closing bug.