[webkit-reviews] review denied: [Bug 69400] REGRESSION(r53878): Input elements don't share their styles if the document contains no validity style rules. : [Attachment 126246] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 9 00:03:42 PST 2012


Kent Tamura <tkent at chromium.org> has denied Andreas Kling <kling at webkit.org>'s
request for review:
Bug 69400: REGRESSION(r53878): Input elements don't share their styles if the
document contains no validity style rules.
https://bugs.webkit.org/show_bug.cgi?id=69400

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

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


> Source/WebCore/css/CSSStyleSelector.cpp:1188
>      if (element->isInRange() != m_element->isInRange())
>	   return false;

isInRange and isOutOfRange also belong to validity style rules. See
SelectorChecker.cpp.


More information about the webkit-reviews mailing list