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:
staticinlineread onlyCHARSET_RULE:Int = 2staticinlineread onlyCOUNTER_STYLE_RULE:Int = 11staticinlineread onlyFONT_FACE_RULE:Int = 5staticinlineread onlyFONT_FEATURE_VALUES_RULE:Int = 14staticinlineread onlyIMPORT_RULE:Int = 3staticinlineread onlyKEYFRAMES_RULE:Int = 7staticinlineread onlyKEYFRAME_RULE:Int = 8staticinlineread onlyMEDIA_RULE:Int = 4staticinlineread onlyNAMESPACE_RULE:Int = 10staticinlineread onlyPAGE_RULE:Int = 6staticinlineread onlySTYLE_RULE:Int = 1staticinlineread onlySUPPORTS_RULE:Int = 12cssText:Stringread onlyparentRule:CSSRuleread onlyparentStyleSheet:CSSStyleSheetread onlytype:Int
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/CSSRule.html