Skip to content

Commit 04b71ce

Browse files
committed
'contain' must not modify overscroll
1 parent 7a1eede commit 04b71ce

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Values have the following meanings:
101101
<dl dfn-for="scroll-boundary-behavior, scroll-boundary-behavior-x, scroll-boundary-behavior-y" dfn-type="value">
102102
<dt><dfn>contain</dfn>
103103
<dd>
104-
This value indicates that the element must not perform <a>scroll chaining</a> to any ancestor along the scroll chain regardless of whether the scroll originated at this element or one of its descendants.
104+
This value indicates that the element must not perform <a>scroll chaining</a> to any ancestor along the scroll chain regardless of whether the scroll originated at this element or one of its descendants. This value must not modify the overscroll behavior.
105105
<dt><dfn>none</dfn>
106106
<dd>
107107
This value implies the same behavior as <a>contain</a> and in addition this element must also not show any overscroll affordances.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@
11761176
}
11771177
}
11781178
</style>
1179-
<meta content="Bikeshed version f585bc61ca4b271944cd978b64d50b0939de2188" name="generator">
1179+
<meta content="Bikeshed version 5bd73bb15eb04ad9f7d1a57f012e9ee6eca5a765" name="generator">
11801180
<link href="https://wicg.github.io/scroll-boundary-behavior/" rel="canonical">
11811181
<style>/* style-md-lists */
11821182

@@ -1366,7 +1366,7 @@
13661366
<div class="head">
13671367
<p data-fill-with="logo"></p>
13681368
<h1 class="p-name no-ref" id="title">CSS Scroll Boundary Behavior Module Level 1</h1>
1369-
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Draft Community Group Report, <time class="dt-updated" datetime="2017-04-25">25 April 2017</time></span></h2>
1369+
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Draft Community Group Report, <time class="dt-updated" datetime="2017-04-28">28 April 2017</time></span></h2>
13701370
<div data-fill-with="spec-metadata">
13711371
<dl>
13721372
<dt>This version:
@@ -1525,7 +1525,7 @@ <h2 class="heading settled" data-level="4" id="scroll-boundary-behavior-properti
15251525
<p>Values have the following meanings:</p>
15261526
<dl>
15271527
<dt><dfn class="css" data-dfn-for="scroll-boundary-behavior, scroll-boundary-behavior-x, scroll-boundary-behavior-y" data-dfn-type="value" data-export="" id="valdef-scroll-boundary-behavior-contain">contain<a class="self-link" href="#valdef-scroll-boundary-behavior-contain"></a></dfn>
1528-
<dd> This value indicates that the element must not perform <a data-link-type="dfn" href="#scroll-chaining" id="ref-for-scroll-chaining-3">scroll chaining</a> to any ancestor along the scroll chain regardless of whether the scroll originated at this element or one of its descendants.
1528+
<dd> This value indicates that the element must not perform <a data-link-type="dfn" href="#scroll-chaining" id="ref-for-scroll-chaining-3">scroll chaining</a> to any ancestor along the scroll chain regardless of whether the scroll originated at this element or one of its descendants. This value must not modify the overscroll behavior.
15291529
<dt><dfn class="css" data-dfn-for="scroll-boundary-behavior, scroll-boundary-behavior-x, scroll-boundary-behavior-y" data-dfn-type="value" data-export="" id="valdef-scroll-boundary-behavior-none">none<a class="self-link" href="#valdef-scroll-boundary-behavior-none"></a></dfn>
15301530
<dd> This value implies the same behavior as <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-contain">contain</a> and in addition this element must also not show any overscroll affordances.
15311531
<dt><dfn class="dfn-paneled css" data-dfn-for="scroll-boundary-behavior, scroll-boundary-behavior-x, scroll-boundary-behavior-y" data-dfn-type="value" data-export="" id="valdef-scroll-boundary-behavior-auto">auto</dfn>

0 commit comments

Comments
 (0)