8000
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 af776de commit 0060db4Copy full SHA for 0060db4
css-cascade-5/Overview.bs
@@ -1879,13 +1879,14 @@ Extensions to the <code>CSSImportRule</code> interface</h3>
1879
1880
<pre class='idl'>
1881
partial interface CSSImportRule {
1882
- readonly attribute CSSOMString layerName;
+ readonly attribute CSSOMString? layerName;
1883
};
1884
</pre>
1885
1886
Its <dfn attribute for=CSSImportRule>layerName</dfn> attribute represents
1887
the [=layer name=] declared in the at-rule itself,
1888
- and is an empty string if the layer is anonymous.
+ and is an empty string if the layer is anonymous,
1889
+ or null if the at-rule does not declare a layer.
1890
1891
<h3 id="the-csslayerblockrule-interface">
1892
The <code>CSSLayerBlockRule</code> interface</h3>
0 commit comments