Skip to content

Commit 0891bb9

Browse files
committed
[css-scroll-snap] Update diff notes
1 parent b39c660 commit 0891bb9

1 file changed

Lines changed: 63 additions & 44 deletions

File tree

css-scroll-snap/diff-notes.html

Lines changed: 63 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -421,50 +421,6 @@ <h2>Specific Changes</h2>
421421
</ins>
422422
</blockquote>
423423

424-
<dt id=change-point>Point Snapping
425-
<dd>
426-
While Tab and I can accept for point-snapping to be deferred to the next level,
427-
we would like for at least the next (fully complete) publication
428-
to include this feature in its definition,
429-
for archiving (and future discussion).
430-
Our copy therefore includes definitions for the <code>point</code> value,
431-
as well as a section about how it works.
432-
(This is, as you can see, clearly labelled as “to be deferred”, however.)
433-
434-
<blockquote>
435-
<table class="def">
436-
<tr>
437-
<th>Name:
438-
<td><dfn>scroll-snap-type</dfn>
439-
<tr>
440-
<th>Value
441-
<td>none <a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> [ proximity <a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> mandatory <ins>] <a href="https://drafts.csswg.org/css-values-3/#comb-any">||</a> [ x <a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> y <a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> block <a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> inline <a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> both <ins><a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> point</ins> ]
442-
</table>
443-
</blockquote>
444-
<blockquote>
445-
<ins class="block">
446-
<dl>
447-
<dt><dfn class="css" id="valdef-scroll-snap-type-point">point<a class="self-link" href="#valdef-scroll-snap-type-point"></a></dfn>
448-
<dd> The <a href="https://drafts.csswg.org/css-snappoints-1/#scroll-container">scroll container</a> <a href="#point-snapping">point-snaps</a> to <a href="#scroll-snap-position">snap positions</a> in both axises simultaneously,
449-
treating each element’s <a href="#scroll-snap-position">snap position</a> as a single 2D position
450-
(rather than potentially snapping to different elements in each axis).
451-
</dl>
452-
</ins>
453-
</blockquote>
454-
<blockquote>
455-
<ins class="block">
456-
<h3 class="heading settled" data-level="7.2" id="snap-dimensions"><span class="secno">7.2. </span><span class="content">Axis vs Point-Snapping</span><a class="self-link" href="#snap-dimensions"></a></h3>
457-
<p class="issue" id="issue-323279de"><a class="self-link" href="#issue-323279de"></a> This feature is planned to be removed in the next publication
458-
in order to reduce the feature-set of Level 1.
459-
It is included here for future reference in defining Level 2.</p>
460-
<p>&hellip;</p>
461-
</ins>
462-
</blockquote>
463-
464-
<p>(A likely use case for point snapping is tiled galleries that do not form a strict grid,
465-
as in <a href="http://labs.jensimmons.com/examples/image-gallery-flexbox-1.html">this example</a> (Flexbox)
466-
or <a href="http://labs.jensimmons.com/examples/image-gallery-grid-1.html">this one</a> (Grid).
467-
Again, we're happy to leave this to level 2, but do want the feature design published for future reference)
468424
<!--
469425
<dt id=change-valid>Valid snap positions
470426
<dd>
@@ -653,12 +609,75 @@ <h3 class="heading settled" data-level="7.2" id="snap-dimensions"><span class="s
653609
</blockquote>
654610
</ul>
655611
</dd>
612+
613+
<dt id=change-point>Point Snapping
614+
<dd>
615+
While Tab and I can accept for point-snapping to be deferred to the next level,
616+
we would like for at least the next (fully complete) publication
617+
to include this feature in its definition,
618+
for archiving (and future discussion).
619+
Our copy therefore includes definitions for the <code>point</code> value,
620+
as well as a section about how it works.
621+
(This is, as you can see, clearly labelled as “to be deferred”, however.)
622+
623+
<blockquote>
624+
<table class="def">
625+
<tr>
626+
<th>Name:
627+
<td><dfn>scroll-snap-type</dfn>
628+
<tr>
629+
<th>Value
630+
<td>none <a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> [ proximity <a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> mandatory <ins>] <a href="https://drafts.csswg.org/css-values-3/#comb-any">||</a> [ x <a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> y <a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> block <a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> inline <a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> both <ins><a href="https://drafts.csswg.org/css-values-3/#comb-one">|</a> point</ins> ]
631+
</table>
632+
</blockquote>
633+
<blockquote>
634+
<ins class="block">
635+
<dl>
636+
<dt><dfn class="css" id="valdef-scroll-snap-type-point">point<a class="self-link" href="#valdef-scroll-snap-type-point"></a></dfn>
637+
<dd> The <a href="https://drafts.csswg.org/css-snappoints-1/#scroll-container">scroll container</a> <a href="#point-snapping">point-snaps</a> to <a href="#scroll-snap-position">snap positions</a> in both axises simultaneously,
638+
treating each element’s <a href="#scroll-snap-position">snap position</a> as a single 2D position
639+
(rather than potentially snapping to different elements in each axis).
640+
</dl>
641+
</ins>
642+
</blockquote>
643+
<blockquote>
644+
<ins class="block">
645+
<h3 class="heading settled" data-level="7.2" id="snap-dimensions"><span class="secno">7.2. </span><span class="content">Axis vs Point-Snapping</span><a class="self-link" href="#snap-dimensions"></a></h3>
646+
<p class="issue" id="issue-323279de"><a class="self-link" href="#issue-323279de"></a> This feature is planned to be removed in the next publication
647+
in order to reduce the feature-set of Level 1.
648+
It is included here for future reference in defining Level 2.</p>
649+
<p>&hellip;</p>
650+
</ins>
651+
</blockquote>
652+
653+
<p>(A likely use case for point snapping is tiled galleries that do not form a strict grid,
654+
as in <a href="http://labs.jensimmons.com/examples/image-gallery-flexbox-1.html">this example</a> (Flexbox)
655+
or <a href="http://labs.jensimmons.com/examples/image-gallery-grid-1.html">this one</a> (Grid).
656+
Again, we're happy to leave this to level 2, but do want the feature design published for future reference.)
657+
656658
<dt id="change-ack">Acknowledgements Update
657659
<dd>
658660
We've added a list of the people who have contributed the spec,
659661
and noted that their proposals were mostly accepted rather than mostly ignored.
662+
<blockquote>
663+
<p>Many thanks to <del>lots of people for their proposals and recommendations,
664+
some of which are incorporated into this document.</del>
665+
<ins>
666+
David Baron,
667+
Simon Fraser,
668+
Håkon Wium Lie,
669+
Edward O'Connor,
670+
François Remy,
671+
Majid Valpour,
672+
potentially some anonymous Microsoft engineers (?),
673+
and most especially to Robert O'Callahan
674+
for their proposals and recommendations,
675+
<strong>which have been incorporated into this document</strong>.</ins>
676+
</blockquote>
660677
</dl>
661678

679+
<hr>
680+
662681
<blockquote cite="https://lists.w3.org/Archives/Public/www-style/2014Jan/0591.html">
663682
<p>Anyway, here is some feedback about the new draft. I hope it's not ignored again.
664683
<address>Robert O'Callahan, www-style, 30 January 2014</address>

0 commit comments

Comments
 (0)