[webkit-reviews] review granted: [Bug 71152] selectors should match attribute name with case sensitivity based on element & document type : [Attachment 207954] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 1 16:02:00 PDT 2013


Darin Adler <darin at apple.com> has granted Rob Buis <rwlbuis at gmail.com>'s
request for review:
Bug 71152: selectors should match attribute name with case sensitivity based on
element & document type
https://bugs.webkit.org/show_bug.cgi?id=71152

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=207954&action=review


r=me but I think we have the name wrong

> Source/WebCore/css/CSSSelector.h:207
> +	   const AtomicString& attributeCanonicalLowerName() const;

Did you mean attributeCanonicalLocalName?


More information about the webkit-reviews mailing list