[Webkit-unassigned] [Bug 110062] Web Inspector: RuleMatch.matchingSelectors is misleading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 17 13:51:23 PST 2013


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





--- Comment #1 from Timothy Hatcher <timothy at apple.com>  2013-02-17 13:53:43 PST ---
This happens because InspectorCSSAgent::buildArrayForMatchedRuleList asks if the selectors match after the resolver has made the rule list. The resolver should tell us per rule match what selector matched. I think it should only ever be one selector per match, so the current API of matchingSelectors being an array might just need to be matchingSelectorIndex.

-- 
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