css-viewport.idl (400B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: CSS Viewport Module Level 1 (https://drafts.csswg.org/css-viewport/) 5 6 partial interface Window { 7 [SameObject, Replaceable] readonly attribute Viewport viewport; 8 }; 9 10 [Exposed=Window] 11 interface Viewport { 12 readonly attribute FrozenArray<DOMRect>? segments; 13 };