Searched refs:getCSSRuleSpecificity (Results 1 – 1 of 1) sorted by relevance
6909 …lobalCSSRuleIndex,specificity:selector&&selector.indexOf(",")==-1?getCSSRuleSpecificity(selector):…6967 if(Selector.matches(sel,arr).length==1){spec=getCSSRuleSpecificity(sel);6987 var getCSSRuleSpecificity=function(selector){var match=selector.match(reSelectorTag); function