Skip to content

Commit e64400a

Browse files
committed
[css-scroll-snap] Minor wording tweak to intro
1 parent 108f071 commit e64400a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-scroll-snap/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ Overview {#overview}
189189
for the scrollport to land on a <a>snap position</a>
190190
after scrolling operations.
191191

192-
<a>Snap positions</a> can be specified
192+
<a>Snap positions</a> are specified
193193
as a particular alignment ('scroll-snap-align')
194194
of an element's <a>scroll snap area</a>
195195
(its border bounding box, as modified by 'scroll-snap-margin')
196196
within the <a>scroll container</a>’s <a>snapport</a>
197-
(its scrollport, as reduced by its 'scroll-snap-padding').
197+
(its scrollport, as reduced by 'scroll-snap-padding').
198198
This is conceptually equivalent to specifying the alignment of
199199
an <a>alignment subject</a> within an <a>alignment container</a>.
200200
A scroll position that satisfies the specified alignment

0 commit comments

Comments
 (0)