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

+3
Original file line numberDiff line numberDiff line change
@@ -1506,6 +1506,7 @@ run the following steps:
15061506
<dd>Align <var>element edge D</var> with <var>scrolling box edge D</var>.
15071507
</dl>
15081508
1. Return <var>position</var>.
1509+
15091510
</div>
15101511

15111512
<div algorithm>
@@ -1532,6 +1533,7 @@ a <a>scrolling box</a> <var>scrolling box</var>, in order of innermost to outerm
15321533
1. <a for="viewport">Perform a scroll</a> of the <a>viewport</a> to <var>position</var>, with <var>root element</var> as the associated element and <var>behavior</var>
15331534
as the scroll behavior.
15341535
</dl>
1536+
15351537
</div>
15361538

15371539
<div algorithm>
@@ -1556,6 +1558,7 @@ To <dfn>scroll an element</dfn> (or [=pseudo-element=]) <var>element</var> to <v
15561558
1. Let <var>position</var> be the scroll position <var>box</var> would have by aligning <a>scrolling area</a> x-coordinate <var>x</var> with the left of <var>box</var> and aligning <a>scrolling area</a> y-coordinate <var>y</var> with the top of <var>box</var>.
15571559
1. If <var>position</var> is the same as <var>box</var>'s current scroll position, and <var>box</var> does not have an ongoing <a>smooth scroll</a>, abort these steps.
15581560
1. <a for="/">Perform a scroll</a> of <var>box</var> to <var>position</var>, <var>element</var> as the associated element and <var>behavior</var> as the scroll behavior.
1561+
15591562
</div>
15601563

15611564

0 commit comments

Comments
 (0)