[webkit-reviews] review granted: [Bug 87719] REGRESSION(r111497): The "option" element doesn't match CSS pseudo class :enabled : [Attachment 144673] Patch 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 18:55:53 PDT 2012


Kent Tamura <tkent at chromium.org> has granted yosin at chromium.org's request for
review:
Bug 87719: REGRESSION(r111497): The "option" element doesn't match CSS pseudo
class :enabled
https://bugs.webkit.org/show_bug.cgi?id=87719

Attachment 144673: Patch 1
https://bugs.webkit.org/attachment.cgi?id=144673&action=review

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=144673&action=review


> Source/WebCore/css/SelectorChecker.cpp:1054
> -	       if (element && (element->isFormControlElement() || 
element->hasTagName(optgroupTag)))
> +	       if (element && (element->isFormControlElement() ||
element->hasTagName(optionTag) ||  element->hasTagName(optgroupTag)))

Would you remove one space after the second || please?


More information about the webkit-reviews mailing list