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:

Static variables

@:value(2)staticinlineread onlyCHARSET_RULE:Int = 2

@:value(11)staticinlineread onlyCOUNTER_STYLE_RULE:Int = 11

@:value(5)staticinlineread onlyFONT_FACE_RULE:Int = 5

@:value(14)staticinlineread onlyFONT_FEATURE_VALUES_RULE:Int = 14

@:value(3)staticinlineread onlyIMPORT_RULE:Int = 3

@:value(7)staticinlineread onlyKEYFRAMES_RULE:Int = 7

@:value(8)staticinlineread onlyKEYFRAME_RULE:Int = 8

@:value(4)staticinlineread onlyMEDIA_RULE:Int = 4

@:value(10)staticinlineread onlyNAMESPACE_RULE:Int = 10

@:value(6)staticinlineread onlyPAGE_RULE:Int = 6

@:value(1)staticinlineread onlySTYLE_RULE:Int = 1

@:value(12)staticinlineread onlySUPPORTS_RULE:Int = 12

Variables