File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Introduction {#intro}
2727
2828 Scroll experiences don't always start at the beginning. Interactions with
2929 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.
3131 By enabling CSS to specify this scroll start position,
3232 both users, page authors and browsers benefit.
3333
@@ -267,7 +267,7 @@ Snap Events {#snap-events}
267267
268268 CSS scroll snap points are often used as a mechanism to
269269 create scroll interactive "selection" components,
270- where selection is determined with javascript intersection observers
270+ where selection is determined with JavaScript intersection observers
271271 and a scroll end guestimate. By creating a built-in event,
272272 the invisible state will become actionable,
273273 at the right time, and always correct.
@@ -332,4 +332,4 @@ Flow-relative Longhands for 'scroll-start' {#scroll-start-longhands-logical}
332332 Animation type : by computed value type
333333 </pre>
334334
335- ...
335+ ...
You can’t perform that action at this time.
0 commit comments