Skip to content

Commit 69a2f65

Browse files
committed
Issue 6: Add a note for programmatic scrolling
1 parent 04b71ce commit 69a2f65

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
@@ -112,4 +112,4 @@ Values have the following meanings:
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.
114114

115-
Issue(WICG/scroll-boundary-behavior#6): Right now the specification does not mention programmatic scrolling. How should it be handled?
115+
Note: Programmatic scrolling is clamped and can not trigger any <a>boundary default actions</a>.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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-28">28 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-05-04">4 May 2017</time></span></h2>
13701370
<div data-fill-with="spec-metadata">
13711371
<dl>
13721372
<dt>This version:
@@ -1532,7 +1532,7 @@ <h2 class="heading settled" data-level="4" id="scroll-boundary-behavior-properti
15321532
<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.
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>
1535-
<p class="issue" id="issue-ad6c13d0"><a class="self-link" href="#issue-ad6c13d0"></a> Right now the specification does not mention programmatic scrolling. How should it be handled? <a href="https://github.com/WICG/scroll-boundary-behavior/issues/6">&lt;https://github.com/WICG/scroll-boundary-behavior/issues/6></a></p>
1535+
<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>
15361536
</main>
15371537
<div data-fill-with="conformance">
15381538
<h2 class="no-ref no-num heading settled" id="conformance"><span class="content"> Conformance</span><a class="self-link" href="#conformance"></a></h2>
@@ -1778,7 +1778,6 @@ <h2 class="no-num no-ref heading settled" id="property-index"><span class="conte
17781778
<h2 class="no-num no-ref heading settled" id="issues-index"><span class="content">Issues Index</span><a class="self-link" href="#issues-index"></a></h2>
17791779
<div style="counter-reset:issue">
17801780
<div class="issue"> Should this specification apply to a scrollable element, potentially scrollable element or any element. <a href="https://github.com/WICG/scroll-boundary-behavior/issues/4">&lt;https://github.com/WICG/scroll-boundary-behavior/issues/4></a><a href="#issue-a0ad2a4c"></a></div>
1781-
<div class="issue"> Right now the specification does not mention programmatic scrolling. How should it be handled? <a href="https://github.com/WICG/scroll-boundary-behavior/issues/6">&lt;https://github.com/WICG/scroll-boundary-behavior/issues/6></a><a href="#issue-ad6c13d0"></a></div>
17821781
</div>
17831782
<aside class="dfn-panel" data-for="scroll-chaining">
17841783
<b><a href="#scroll-chaining">#scroll-chaining</a></b><b>Referenced in:</b>
@@ -1804,6 +1803,7 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
18041803
<b><a href="#boundary-default-action">#boundary-default-action</a></b><b>Referenced in:</b>
18051804
<ul>
18061805
<li><a href="#ref-for-boundary-default-action-1">1. Introduction</a> <a href="#ref-for-boundary-default-action-2">(2)</a>
1806+
<li><a href="#ref-for-boundary-default-action-3">4. Scroll Boundary Behavior Properties</a>
18071807
</ul>
18081808
</aside>
18091809
<aside class="dfn-panel" data-for="propdef-scroll-boundary-behavior-x">

0 commit comments

Comments
 (0)