Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions css-overflow-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -566,11 +566,12 @@ Scrollbars and Layout</h3>
<h3 id="scrolling-direction">
Scrolling Origin, Direction, and Restriction</h3>

The <dfn export>initial scroll position</dfn>,
that is, the initial position of
The <dfn export>initial scroll position</dfn> is
the initial position of
the box’s <a>scrollable overflow area</a>
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 <a>initial scroll position</a>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run on sentence. Broken up into a definition and then another sentence on writing mode.

is dependent on the box’s <a>writing mode</a>,
and is by default the <a>block-start</a>/<a>inline-start</a> edge
of the box’s <a>padding edge</a>.
Expand Down