Skip to content

Commit d2590f5

Browse files
committed
simple left align for scrollIntoView()
1 parent 29968e0 commit d2590f5

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

cssom-view/Overview.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,10 @@ <h3 id=element-scrolling-members><span class=secno>5.2. </span><code
847847
with the bottom of the scrolling box.
848848

849849
<li>
850-
<p class=XXX>left/right?
850+
<p>Align the left of the border box of the element to be scrolled into
851+
view with the left of the scrolling box.
852+
</li>
853+
<!-- RTL is not special cased in implementations?! -->
851854

852855
<li>
853856
<p>If the aligning did not cause content to move terminate these steps.

cssom-view/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,9 @@ <h3><code title="">Element</code> Scrolling Members</h3>
666666
align the bottom of the border box of the element to be scrolled into
667667
view with the bottom of the scrolling box.</p></li>
668668

669-
<li><p class="XXX">left/right?</p</li>
669+
<li><p>Align the left of the border box of the element to be scrolled
670+
into view with the left of the scrolling box.</p</li>
671+
<!-- RTL is not special cased in implementations?! -->
670672

671673
<li><p>If the aligning did not cause content to move terminate these
672674
steps.</p></li>

0 commit comments

Comments
 (0)