RESOLVED FIXED 130003
Start splitting CSS Selectors's pseudo types
https://bugs.webkit.org/show_bug.cgi?id=130003
Summary Start splitting CSS Selectors's pseudo types
Benjamin Poulain
Reported 2014-03-09 23:08:42 PDT
Start splitting CSS Selectors's pseudo types
Attachments
Patch (54.36 KB, patch)
2014-03-09 23:27 PDT, Benjamin Poulain
no flags
Patch (58.66 KB, patch)
2014-03-10 00:41 PDT, Benjamin Poulain
kling: review+
Benjamin Poulain
Comment 1 2014-03-09 23:27:32 PDT
Andreas Kling
Comment 2 2014-03-09 23:36:06 PDT
Comment on attachment 226282 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226282&action=review Great that you are working on this! gtk ews looks unimpressed :| > Source/WebCore/css/CSSSelector.cpp:304 > + case CSSSelector::PseudoNot: > + if (const CSSSelectorList* selectorList = selector->selectorList()) > + str.append(selectorList->first()->selectorText()); > + str.append(')'); Indentation is off here. > Source/WebCore/css/CSSSelector.cpp:319 > + if (subSelector != firstSubSelector) > + str.append(','); > + str.append(subSelector->selectorText()); And here.
Benjamin Poulain
Comment 3 2014-03-10 00:41:08 PDT
Andreas Kling
Comment 4 2014-03-10 01:37:22 PDT
Comment on attachment 226284 [details] Patch r=me
Benjamin Poulain
Comment 5 2014-03-10 13:54:41 PDT
Note You need to log in before you can comment on or make changes to this bug.