[Webkit-unassigned] [Bug 72930] window.getMatchedCSSRules() not supporting pseudo element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 27 23:29:26 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72930





--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org>  2011-11-27 23:29:26 PST ---
(From update of attachment 116701)
View in context: https://bugs.webkit.org/attachment.cgi?id=116701&action=review

> Source/WebCore/ChangeLog:9
> +        Reviewed by NOBODY (OOPS!).

This line should appear before the description ("Added functionality to retrieve CSS rules of psuedo elements using getMatchedCSSRules.") followed by a blank line. See other entries.

> Source/WebCore/page/DOMWindow.cpp:1355
> +PassRefPtr<CSSRuleList> DOMWindow::getMatchedCSSRules(Element* element, const String& pseudoElt, bool authorOnly) const

Please don't use abbreviations like Elt. Spell out Element.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list