Skip to content

Commit ef5b91b

Browse files
committed
[cssom-view] Fix bikeshed compile errors
1 parent 634ecfb commit ef5b91b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cssom-view-1/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,6 +1506,7 @@ run the following steps:
15061506
Align element edge D with scrolling box edge D.
15071507
15081508
1. Return position.
1509+
15091510
15101511

15111512
@@ -1532,6 +1533,7 @@ a scrolling box scrolling box, in order of innermost to outerm
15321533
1. Perform a scroll of the viewport to position, with root element as the associated element and behavior
15331534
as the scroll behavior.
15341535
1536+
15351537
15361538

15371539
@@ -1556,6 +1558,7 @@ To scroll an element (or [=pseudo-element=]) element to
15561558
1. Let 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.
15571559
1. If position is the same as box's current scroll position, and box does not have an ongoing smooth scroll, abort these steps.
15581560
1. Perform a scroll of box to position, element as the associated element and behavior as the scroll behavior.
1561+
15591562
15601563

15611564

0 commit comments

Comments
 (0)