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 Device Adaptation Module Level 1 (https://drafts.csswg.org/css-device-adapt/) | ||||
5 | |||||
6 | partial interface CSSRule { | ||||
7 | const unsigned short VIEWPORT_RULE = 15; | ||||
8 | }; | ||||
9 | |||||
10 | [Exposed=Window] | ||||
11 | interface CSSViewportRule : CSSRule { | ||||
12 | readonly attribute CSSStyleDeclaration style; | ||||
13 | }; |