Skip to content

Commit 68a6a99

Browse files
committed
Issue #7: Be more explicit about gestures
1 parent 69a2f65 commit 68a6a99

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ Values have the following meanings:
104104
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>
107-
This value implies the same behavior as <a>contain</a> and in addition this element must also not show any overscroll affordances.
107+
This value implies the same behavior as <a>contain</a> and in addition this element must also not show any overscroll affordances or perform any navigation guestures.
108108
<dt><dfn>auto</dfn>
109109
<dd>
110-
This value indicates that the element should perform the usual <a>default action</a> with respect to both <a>scroll chaining</a> and overscroll.
110+
This value indicates that the element should perform the usual <a>default action</a> with respect to both <a>scroll chaining</a>, overscroll and navigation guestures.
111111
</dl>
112112

113113
Note: In the case where a user agent does not implement scroll chaining and overscroll affordances, these values will have no side effects for a compliant implementation.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,9 +1527,9 @@ <h2 class="heading settled" data-level="4" id="scroll-boundary-behavior-properti
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>
15281528
<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>
1530-
<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.
1530+
<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 or perform any navigation guestures.
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>
1532-
<dd> This value indicates that the element should perform the usual <a data-link-type="dfn" href="https://www.w3.org/TR/uievents/#default-action">default action</a> with respect to both <a data-link-type="dfn" href="#scroll-chaining" id="ref-for-scroll-chaining-4">scroll chaining</a> and overscroll.
1532+
<dd> This value indicates that the element should perform the usual <a data-link-type="dfn" href="https://www.w3.org/TR/uievents/#default-action">default action</a> with respect to both <a data-link-type="dfn" href="#scroll-chaining" id="ref-for-scroll-chaining-4">scroll chaining</a>, overscroll and navigation guestures.
15331533
</dl>
15341534
<p class="note" role="note"><span>Note:</span> In the case where a user agent does not implement scroll chaining and overscroll affordances, these values will have no side effects for a compliant implementation.</p>
15351535
<p class="note" role="note"><span>Note:</span> Programmatic scrolling is clamped and can not trigger any <a data-link-type="dfn" href="#boundary-default-action" id="ref-for-boundary-default-action-3">boundary default actions</a>.</p>

0 commit comments

Comments
 (0)