Skip to content

Commit 57cb362

Browse files
[css-scroll-snap-2] harmonize JavaScript spelling (#7391)
1 parent 31640eb commit 57cb362

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-scroll-snap-2/Overview.bs

+3-3
Original file line numberDiff line numberDiff 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+
...

0 commit comments

Comments
 (0)