W3cubDocs

/Haxe JavaScript

CSSGroupingRule

package js.html

extends CSSRule

extended by CSSConditionRule

Available on js

An object implementing the CSSGroupingRule interface represents any CSS at-rule that contains other rules nested within it.

Documentation CSSGroupingRule by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

read onlycssRules:CSSRuleList

Methods

deleteRule(index:Int):Void

Throws:

null

DOMError

insertRule(rule:String, index:Int = 0):Int

Throws:

null

DOMError

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/CSSGroupingRule.html