Skip to content

Commit cfc506b

Browse files
committed
[css-scroll-snap] Fix copy-paste errors
1 parent f549a78 commit cfc506b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css-scroll-snap/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ Scroll Snapping Model {#snap-model}
177177

178178
<a>Snap positions</a> are specified
179179
as a particular alignment ('scroll-snap-align')
180-
of an element's <a>scroll snap area</a>
181-
(its border box, as modified by 'scroll-snap-margin')
180+
of a box’s <a>scroll snap area</a>
181+
(its border bounding box, as modified by 'scroll-snap-margin')
182182
within the <a>scroll container</a>’s <a>snap window</a>
183183
(its visual viewport, as reduced by 'scroll-snap-padding').
184184
This is conceptually equivalent to specifying the alignment of
@@ -312,7 +312,7 @@ Scroll Snapping Rules: the 'scroll-snap-type' property {#snap-type}
312312

313313
A box <dfn export>captures snap positions</dfn>
314314
if it is a <a>scroll container</a>
315-
or has a value other than ''scroll-snap-type/none'' for 'scroll-snap-type'.
315+
<em>or</em> has a value other than ''scroll-snap-type/none'' for 'scroll-snap-type'.
316316
If a box's nearest <a lt="captures snap positions">snap-position capturing</a> ancestor
317317
on its <a>containing block chain</a>
318318
is a <a>scroll container</a> with a non-''scroll-snap-type/none'' value for 'scroll-snap-type',
@@ -1096,8 +1096,8 @@ Flow-relative Longhands for 'scroll-snap-padding' {#padding-longhands-logical}
10961096
Media: interactive
10971097
</pre>
10981098

1099-
These <a>shorthands</a> of 'scroll-snap-margin-block-start' + 'scroll-snap-margin-block-end'
1100-
and 'scroll-snap-margin-inline-start' + 'scroll-snap-margin-inline-end'
1099+
These <a>shorthands</a> of 'scroll-snap-padding-block-start' + 'scroll-snap-padding-block-end'
1100+
and 'scroll-snap-padding-inline-start' + 'scroll-snap-padding-inline-end'
11011101
are <a>longhands</a> of 'scroll-snap-padding', and
11021102
specify the block-axis and inline-axis
11031103
edges of the <a>snap window</a>,
@@ -1154,8 +1154,8 @@ Flow-relative Longhands for 'scroll-snap-margin' {#area-longhands-logical}
11541154
Media: interactive
11551155
</pre>
11561156

1157-
These <a>shorthands</a> of 'scroll-snap-margin-block-start'/'scroll-snap-margin-block-end'
1158-
and 'scroll-snap-margin-inline-start'/'scroll-snap-margin-inline-end'
1157+
These <a>shorthands</a> of 'scroll-snap-margin-block-start' + 'scroll-snap-margin-block-end'
1158+
and 'scroll-snap-margin-inline-start' + 'scroll-snap-margin-inline-end'
11591159
are <a>longhands</a> of 'scroll-snap-margin', and specify
11601160
the block-axis and inline-axis
11611161
edges of the <a>scroll snap area</a>,

0 commit comments

Comments
 (0)