You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -175,8 +175,8 @@ axis should be considered independently.
175
175
176
176
<pre class=propdef>
177
177
Name: scroll-boundary-behavior
178
-
Value: contain | none | auto
179
-
Initial: auto
178
+
Value: [ contain | none | auto ]{1,2}
179
+
Initial: auto auto
180
180
Applies to: <a>scroll container</a> elements
181
181
Inherited: no
182
182
Media: visual
@@ -185,6 +185,8 @@ Animatable: no
185
185
Canonical order: <abbr title="follows order of property value definition">per grammar</abbr>
186
186
</pre>
187
187
188
+
The two values specify the behavior in the horizontal and vertical direction, respectively. If only one value is specified, the second value defaults to the same value.
<td><adata-link-type="dfn" href="https://drafts.csswg.org/css-overflow-3/#scroll-container" id="ref-for-scroll-container①⑤">scroll container</a> elements
<p>The two values specify the behavior in the horizontal and vertical direction, respectively. If only one value is specified, the second value defaults to the same value.</p>
0 commit comments