File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Introduction {#intro}
27
27
28
28
Scroll experiences don't always start at the beginning. Interactions with
29
29
carousels, swipe controls, and listviews often start somewhere in the middle,
30
- and each require Javascript to set this position on page load.
30
+ and each require JavaScript to set this position on page load.
31
31
By enabling CSS to specify this scroll start position,
32
32
both users, page authors and browsers benefit.
33
33
@@ -267,7 +267,7 @@ Snap Events {#snap-events}
267
267
268
268
CSS scroll snap points are often used as a mechanism to
269
269
create scroll interactive "selection" components,
270
- where selection is determined with javascript intersection observers
270
+ where selection is determined with JavaScript intersection observers
271
271
and a scroll end guestimate. By creating a built-in event,
272
272
the invisible state will become actionable,
273
273
at the right time, and always correct.
@@ -332,4 +332,4 @@ Flow-relative Longhands for 'scroll-start' {#scroll-start-longhands-logical}
332
332
Animation type : by computed value type
333
333
</pre>
334
334
335
- ...
335
+ ...
You can’t perform that action at this time.
0 commit comments