getMatchedCssRules method

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

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')
@Creates('_CssRuleList')
List<CssRule> getMatchedCssRules(Element? element, String? pseudoElement)
    native;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-html/Window/getMatchedCssRules.html