Skip to content

Commit 339b051

Browse files
committed
[css-snappoints] Adding issue for trying to consolidate duplicated text in resnapping requirements
1 parent 144d5e3 commit 339b051

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

css-snappoints/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ Scroll Snapping Rules: the 'scroll-snap-type' property {#scroll-snap-type}
291291

292292
If the content changes such that the scroll container would no longer be <a>snapped</a> (e.g. content is added, moved, deleted, resized) to the same snap position it was snapped to before the content change and that same snap position still exists (e.g. its associated element was not deleted) and is reachable, the scroll container must be re-snapped to that same snap position after the content change.
293293

294+
Issue: The text for mandatory and proximity resnapping requirements has some overlap -- try to rewrite this more concisely and without repetition without altering functionality
295+
294296
If specified on a non-<a>scroll container</a>,
295297
this value “traps” descendant boxes’ <a>snap positions</a>,
296298
preventing them from affecting any ancestor <a>scroll containers</a>.

css-snappoints/Overview.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ <h3 class="heading settled" data-level="5.1" id="scroll-snap-type"><span class="
543543
<dd>
544544
If specified on a <a data-link-type="dfn" href="#scroll-container" id="ref-for-scroll-container-19">scroll container</a>, the <a data-link-type="dfn" href="#scroll-container" id="ref-for-scroll-container-20">scroll container</a> may <a data-link-type="dfn" href="#snap" id="ref-for-snap-8">snap</a> to a snap position at the termination of a scroll, at the discretion of the UA given the parameters of the scroll.
545545
<p>If the content changes such that the scroll container would no longer be <a data-link-type="dfn" href="#snap" id="ref-for-snap-9">snapped</a> (e.g. content is added, moved, deleted, resized) to the same snap position it was snapped to before the content change and that same snap position still exists (e.g. its associated element was not deleted) and is reachable, the scroll container must be re-snapped to that same snap position after the content change.</p>
546+
<p class="issue" id="issue-3caf6830"><a class="self-link" href="#issue-3caf6830"></a> The text for mandatory and proximity resnapping requirements has some overlap -- try to rewrite this more concisely and without repetition without altering functionality</p>
546547
<p>If specified on a non-<a data-link-type="dfn" href="#scroll-container" id="ref-for-scroll-container-21">scroll container</a>,
547548
this value “traps” descendant boxes’ <a data-link-type="dfn" href="#scroll-snap-position" id="ref-for-scroll-snap-position-10">snap positions</a>,
548549
preventing them from affecting any ancestor <a data-link-type="dfn" href="#scroll-container" id="ref-for-scroll-container-22">scroll containers</a>.</p>
@@ -1462,6 +1463,7 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
14621463
<div class="issue"> <b>This spec is currently undergoing major changes in line with the resolutions in <a href="https://lists.w3.org/Archives/Public/www-style/2015Dec/0048.html">https://lists.w3.org/Archives/Public/www-style/2015Dec/0048.html</a>. During this process it is not safe to assume that the current form will be representative of what it will look like in the future. After the work in process is completed, it will closely resemble <a href="https://drafts.csswg.org/css-scroll-snap/">this proposal</a>.</b><a href="#issue-752e30a5"></a></div>
14631464
<div class="issue"> <a href="https://lists.w3.org/Archives/Public/www-style/2015Nov/0328.html">Open issue</a> on whether to enhance the scroll-snap-type property for specifying the axis or adding a second property. We have <a href="https://lists.w3.org/Archives/Public/www-style/2015Dec/0048.html">resolved</a> that this functionality be added once the issue is resolved.<a href="#issue-7e0cf181"></a></div>
14641465
<div class="issue"> Currently considering renaming the values<a href="#issue-780b32d8"></a></div>
1466+
<div class="issue"> The text for mandatory and proximity resnapping requirements has some overlap -- try to rewrite this more concisely and without repetition without altering functionality<a href="#issue-3caf6830"></a></div>
14651467
<div class="issue"> Should this be x/y axes, or inline/block? Starting with x/y axes for consistency with padding/area, otherwise a writing mode change would result in a axis mismatch (since padding is physical by default).<a href="#issue-f7391e31"></a></div>
14661468
<div class="issue"> This feature is planned to be removed in the next publication
14671469
in order to reduce the feature-set of Level 1.

0 commit comments

Comments
 (0)