Метод getMatchedCssRules
- @DomName('Window.getMatchedCSSRules')
- @DocsEditable()
- @Experimental()
Возвращает все правила CSS, которые применяются к псевдоэлементу элемента.
Исходный код
@DomName('Window.getMatchedCSSRules')
@DocsEditable()
@Experimental() // non-standard
List<CssRule> getMatchedCssRules(Element element, String pseudoElement) =>
_blink.BlinkWindow.instance
.getMatchedCSSRules_Callback_2_(this, element, pseudoElement);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Window/getMatchedCssRules.html