View source
class CSSRule
package js.html
extended by CSSCounterStyleRule, CSSFontFaceRule, CSSFontFeatureValuesRule, CSSGroupingRule, CSSImportRule, CSSKeyframeRule, CSSKeyframesRule, CSSNamespaceRule, CSSPageRule, CSSStyleRule
Available on js
The CSSRule
interface represents a single CSS rule. There are several types of rules, listed in the Type constants section below.
Documentation CSSRule by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also: