diff --git a/cssom-view/Overview.bs b/cssom-view/Overview.bs index 8bebfee20c0c..5e2db8d8db82 100644 --- a/cssom-view/Overview.bs +++ b/cssom-view/Overview.bs @@ -388,8 +388,8 @@ To scroll to the beginning of the document for a document docume
  1. Let viewport be the viewport that is associated with document. -
  2. Let position be the the scroll position viewport would have by aligning the beginning edges of the - scrolling area with the beginning edges of viewport. +
  3. Let position be the the scroll position viewport would have by aligning the beginning edges of the + scrolling area with the beginning edges of viewport.
  4. If position is the same as viewport's current scroll position, and viewport does not have an ongoing smooth scroll, abort these steps.
  5. Perform a scroll of viewport to position,