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(5)staticinlineread onlyFONT_FACE_RULE:Int = 5

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

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

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

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

@:value(0)staticinlineread onlyUNKNOWN_RULE:Int = 0

Variables