Skip to content

Commit 3572ffd

Browse files
committed
[css-scroll-snap] Comment out group snapping.
1 parent 51ec0e7 commit 3572ffd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css-scroll-snap/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ Choosing Snap Points {#choosing}
658658
which automatically add additional snap points to themselves
659659
so a user can pan to see the entire element.)
660660

661-
661+
<!--
662662
Group-based Snapping {#group}
663663
========================
664664

@@ -732,8 +732,8 @@ Aligning the Group: the 'scroll-snap-group' property {#scroll-snap-group}
732732
-----------------
733733

734734
<pre class="propdef">
735-
Name: scroll-snap-group
736-
Value: [ start-edge | end-edge | edges | center ]{1,2}
735+
Name: scroll-snap-group-align
736+
Value: <'scroll-snap-align'>
737737
Initial: start
738738
Applies to: all elements
739739
Inherited: no
@@ -743,3 +743,4 @@ Aligning the Group: the 'scroll-snap-group' property {#scroll-snap-group}
743743
</pre>
744744

745745
Specifies the alignment of a group-snapped group's area within the viewport.
746+
-->

0 commit comments

Comments
 (0)