blob: 9011dc7fd9e2a3f835e6d6ff565d9854db82e96f [file] [log] [blame]
Victor Porof6e096922022-06-10 13:01:05 +00001// GENERATED CONTENT - DO NOT EDIT
2// Content was automatically extracted by Reffy into webref
3// (https://github.com/w3c/webref)
4// Source: CSS Cascading and Inheritance Level 5 (https://drafts.csswg.org/css-cascade-5/)
5
6partial interface CSSImportRule {
7 readonly attribute CSSOMString? layerName;
8};
9
10[Exposed=Window]
11interface CSSLayerBlockRule : CSSGroupingRule {
12 readonly attribute CSSOMString name;
13};
14
15[Exposed=Window]
16interface CSSLayerStatementRule : CSSRule {
17 readonly attribute FrozenArray<CSSOMString> nameList;
18};