Skip to content

Commit da5dbad

Browse files
committed
[cssom-view-1] Return position from top level
This step makes more sense as step 11 (just after step 10 where `position` is declared) than step 10.9, and looks like a typo.
1 parent ff1a08c commit da5dbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cssom-view-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ run the following steps:
15111511
<dt>If <var>element edge D</var> is outside <var>scrolling box edge D</var> and <var>element width</var> is less than <var>scrolling box width</var>
15121512
<dd>Align <var>element edge D</var> with <var>scrolling box edge D</var>.
15131513
</dl>
1514-
1. Return <var>position</var>.
1514+
1. Return <var>position</var>.
15151515

15161516
</div>
15171517

0 commit comments

Comments
 (0)