Dart API Referencedart:htmlCSSStyleRule

CSSStyleRule Interface

An object representing a single CSS style rule. CSSStyleRule implements the CSSRule interface.

Extends

CSSRule

Fields

Code String selectorText #

Gets/sets the textual representation of the selector for this rule, e.g. "h1,h2".
String selectorText;

Code final CSSStyleDeclaration style #

Returns the CSSStyleDeclaration object for the rule. Read only.
final CSSStyleDeclaration style;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.