Victor Porof | 6e09692 | 2022-06-10 13:01:05 +0000 | [diff] [blame^] | 1 | // 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 | |
| 6 | partial interface CSSImportRule { |
| 7 | readonly attribute CSSOMString? layerName; |
| 8 | }; |
| 9 | |
| 10 | [Exposed=Window] |
| 11 | interface CSSLayerBlockRule : CSSGroupingRule { |
| 12 | readonly attribute CSSOMString name; |
| 13 | }; |
| 14 | |
| 15 | [Exposed=Window] |
| 16 | interface CSSLayerStatementRule : CSSRule { |
| 17 | readonly attribute FrozenArray<CSSOMString> nameList; |
| 18 | }; |