getMatchedCssRules method

  1. @JSName('getMatchedCSSRules')
  2. @Returns('_CssRuleList|Null')
  3. @Creates('_CssRuleList')
List<CssRule> getMatchedCssRules (Element element, String pseudoElement)
@Creates('_CssRuleList'), @JSName('getMatchedCSSRules'), @Returns('_CssRuleList|Null')

Returns all CSS rules that apply to the element's pseudo-element.

Implementation

@JSName('getMatchedCSSRules')
/**
 * Returns all CSS rules that apply to the element's pseudo-element.
 */
@Returns('_CssRuleList|Null')
@Creates('_CssRuleList')
List<CssRule> getMatchedCssRules(Element element, String pseudoElement)
    native;