From ea49e271863d2c66047ad6fd33f5ca7e4624850d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 31 Jan 2016 05:32:12 -0800 Subject: [PATCH] [cssom-view] Link mentions of "beginning edges" term --- cssom-view/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,