From 9f8b3d1355dd67f74ba034fc5342d6f00c5c6376 Mon Sep 17 00:00:00 2001 From: Dan Robertson Date: Mon, 16 May 2022 01:18:43 +0000 Subject: [PATCH 1/2] [css-overflow-3] Fix simple grammatical error. --- css-overflow-3/Overview.bs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css-overflow-3/Overview.bs b/css-overflow-3/Overview.bs index e94aa8c2ee7d..0da26becd0fe 100644 --- a/css-overflow-3/Overview.bs +++ b/css-overflow-3/Overview.bs @@ -566,11 +566,13 @@ Scrollbars and Layout

Scrolling Origin, Direction, and Restriction

- The initial scroll position, - that is, the initial position of + The initial scroll position is + the initial position of the box’s scrollable overflow area with respect to its border box, - prior to any user or programmatic scrolling that changes it, + prior to any user or programmatic scrolling that changes it. + + The initial scroll position is dependent on the box’s writing mode, and is by default the block-start/inline-start edge of the box’s padding edge. From b5b702fa5d784f1f48e039024bece44fff3073b0 Mon Sep 17 00:00:00 2001 From: "L. David Baron" Date: Thu, 6 Oct 2022 08:25:44 -0700 Subject: [PATCH 2/2] Drop introduced paragraph break --- css-overflow-3/Overview.bs | 1 - 1 file changed, 1 deletion(-) diff --git a/css-overflow-3/Overview.bs b/css-overflow-3/Overview.bs index 0da26becd0fe..0ce1068ed58a 100644 --- a/css-overflow-3/Overview.bs +++ b/css-overflow-3/Overview.bs @@ -571,7 +571,6 @@ Scrolling Origin, Direction, and Restriction the box’s scrollable overflow area with respect to its border box, prior to any user or programmatic scrolling that changes it. - The initial scroll position is dependent on the box’s writing mode, and is by default the block-start/inline-start edge