blob: 4166ae6b9ba780c8cb4108eb98da0647fbef0d1d [file] [log] [blame]
// Source: CSS Cascading and Inheritance Level 5 (https://drafts.csswg.org/css-cascade-5/)
[Exposed=Window]
partial interface CSSImportRule {
readonly attribute CSSOMString? layerName;
};
[Exposed=Window]
interface CSSLayerBlockRule : CSSGroupingRule {
readonly attribute CSSOMString name;
};
[Exposed=Window]
interface CSSLayerStatementRule : CSSRule {
readonly attribute FrozenArray<CSSOMString> nameList;
};