We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0053550 commit d82b2c9Copy full SHA for d82b2c9
css-overflow-3/Overview.bs
@@ -589,11 +589,12 @@ Scrollbars and Layout</h3>
589
<h3 id="scrolling-direction">
590
Scrolling Origin, Direction, and Restriction</h3>
591
592
- The <dfn export>initial scroll position</dfn>,
593
- that is, the initial position of
+ The <dfn export>initial scroll position</dfn> is
+ the initial position of
594
the box’s <a>scrollable overflow area</a>
595
with respect to its border box,
596
- prior to any user or programmatic scrolling that changes it,
+ prior to any user or programmatic scrolling that changes it.
597
+ The <a>initial scroll position</a>
598
is dependent on the box’s <a>writing mode</a>,
599
and is by default the <a>block-start</a>/<a>inline-start</a> edge
600
of the box’s <a>padding edge</a>.
0 commit comments