RESOLVED FIXED Bug 136845
Add parsing for :nth-child(An+B of selector)
https://bugs.webkit.org/show_bug.cgi?id=136845
Summary Add parsing for :nth-child(An+B of selector)
Benjamin Poulain
Reported 2014-09-15 19:52:53 PDT
Add parsing for :nth-child(An+B of selector)
Attachments
Patch (293.48 KB, patch)
2014-09-15 20:12 PDT, Benjamin Poulain
no flags
Benjamin Poulain
Comment 1 2014-09-15 20:12:05 PDT
Antti Koivisto
Comment 2 2014-09-17 12:38:08 PDT
Comment on attachment 238153 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=238153&action=review > Source/WebCore/css/CSSParserValues.cpp:294 > + for (const CSSSelector* subSelector = selectorList->first(); subSelector; subSelector = CSSSelectorList::next(subSelector)) { We should come up with iterators for this stuff :|
Benjamin Poulain
Comment 3 2014-09-17 13:37:45 PDT
Comment on attachment 238153 [details] Patch Clearing flags on attachment: 238153 Committed r173698: <http://trac.webkit.org/changeset/173698>
Benjamin Poulain
Comment 4 2014-09-17 13:37:48 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.