From ef5b91b22b9bb0def4dd07abccc1a5cc09959fe4 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Tue, 26 Nov 2024 16:17:33 +0900 Subject: [PATCH] [cssom-view] Fix bikeshed compile errors --- cssom-view-1/Overview.bs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cssom-view-1/Overview.bs b/cssom-view-1/Overview.bs index 48b19fa725c..8d8e3cb3774 100644 --- a/cssom-view-1/Overview.bs +++ b/cssom-view-1/Overview.bs @@ -1506,6 +1506,7 @@ run the following steps:
Align element edge D with scrolling box edge D. 1. Return position. +
@@ -1532,6 +1533,7 @@ a scrolling box scrolling box, in order of innermost to outerm 1. Perform a scroll of the viewport to position, with root element as the associated element and behavior as the scroll behavior. +
@@ -1556,6 +1558,7 @@ To scroll an element (or [=pseudo-element=]) element to position be the scroll position box would have by aligning scrolling area x-coordinate x with the left of box and aligning scrolling area y-coordinate y with the top of box. 1. If position is the same as box's current scroll position, and box does not have an ongoing smooth scroll, abort these steps. 1. Perform a scroll of box to position, element as the associated element and behavior as the scroll behavior. +