Add parsing for :nth-child(An+B of selector)
Created attachment 238153 [details] Patch
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 :|
Comment on attachment 238153 [details] Patch Clearing flags on attachment: 238153 Committed r173698: <http://trac.webkit.org/changeset/173698>
All reviewed patches have been landed. Closing bug.