File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
561561target is adjacent to the scrollport but not yet visible. The upcoming threshold
562562value will allow authors to control the amount of target that needs to be
563563visible.
@@ -580,7 +580,7 @@ alt="Example usage of element-based offset.">
580580
581581Note that here we are expecting a typical top to bottom scrolling and thus
582582consider 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'>
586586if (window.matchMedia('(prefers-reduced-motion: no-preference)' ).matches) {
You can’t perform that action at this time.
0 commit comments