Spec-Zone.ru › Dart 1

dart:html

Метод getMatchedCssRules

  1. @DomName('Window.getMatchedCSSRules')
  2. @DocsEditable()
  3. @Experimental()
Список<CssRule> getMatchedCssRules(Элемент element, Строка pseudoElement)

Возвращает все правила 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

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API