We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fa98f commit 4e34f54Copy full SHA for 4e34f54
css-nesting-1/Overview.bs
@@ -28,6 +28,16 @@ Module Interactions</h3>
28
This module introduces new parser rules that extend the [[!CSS21]] parser model.
29
This module introduces selectors that extend the [[SELECTORS4]] module.
30
31
+<pre class=idl>
32
+interface CSSNestingRule : CSSRule {
33
+ attribute CSSOMString selectorText;
34
+ [SameObject] readonly attribute CSSRuleList cssRules;
35
+ [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
36
+ unsigned long insertRule(CSSOMString rule, optional unsigned long index = 0);
37
+ undefined deleteRule(unsigned long index);
38
+};
39
+</pre>
40
+
41
<h3 id="values">
42
Values</h3>
43
0 commit comments