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