Skip to content

Commit be7fcd7

Browse files
committed
Address nit
1 parent 51e262e commit be7fcd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scroll-animations-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ dictionary ElementBasedOffset {
509509

510510
: <dfn dict-member for=ElementBasedOffset>edge</dfn>
511511
:: The edge of {{source}}'s [=scrolling box=] which the target should
512-
intersection with.
512+
intersect with.
513513

514514
</div>
515515

@@ -557,7 +557,7 @@ The procedure to <dfn>resolve a element-based offset</dfn> given
557557

558558

559559

560-
Note: The current algorithm selects the effective scorll offset such that the
560+
Note: The current algorithm selects the effective scroll offset such that the
561561
target is adjacent to the scrollport but not yet visible. The upcoming threshold
562562
value will allow authors to control the amount of target that needs to be
563563
visible.
@@ -580,7 +580,7 @@ alt="Example usage of element-based offset.">
580580

581581
Note that here we are expecting a typical top to bottom scrolling and thus
582582
consider the entrance to coincide when target's start edge is flushed with
583-
with scrollport's <strong>end edge</strong> and viceversa for exit.
583+
scrollport's <strong>end edge</strong> and viceversa for exit.
584584

585585
<pre class='lang-javascript'>
586586
if (window.matchMedia('(prefers-reduced-motion: no-preference)').matches) {

0 commit comments

Comments
 (0)