diff --git a/css-viewport-1/Overview.bs b/css-viewport-1/Overview.bs index f335a2193f7e..8b43b40a5e79 100644 --- a/css-viewport-1/Overview.bs +++ b/css-viewport-1/Overview.bs @@ -526,6 +526,52 @@ The unscaled value of a CSS length relative to an element is t The {{Window/devicePixelRatio}} of a frame is multiplied by the [=effective zoom=] inherited by its parent frame. +
+partial interface Window { +[SameObject, Replaceable] readonly attribute Viewport viewport; +}; ++ +
+[Exposed=Window] +interface Viewport { + readonly attribute FrozenArray<DOMRect> segments; +}; ++ +
[DOMRect(0, 0, 400, 200), DOMRect(0, 200, 400, 200)]
+