Skip to content

Commit 00f8a73

Browse files
committed
[css-scroll-snap] Computed value should just be 'as specified', I think.
1 parent 0694e25 commit 00f8a73

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

css-scroll-snap/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,7 @@ Scroll Snapping Alignment: the 'scroll-snap-align' property {#scroll-snap-align}
443443
Applies to: all elements
444444
Inherited: no
445445
Percentages: refer to size of scroll container's <a>snap viewport</a> <em>minus</em> size of box's <a>snap area</a>
446-
Computed value: an optional ''point'' keyword, plus one or two alignment values
447-
each consisting of either a ''none'' or ''edges'' keyword or a percentage
446+
Computed value: as specified
448447
Animatable: no
449448
Media: interactive
450449
</pre>
@@ -460,7 +459,7 @@ Scroll Snapping Alignment: the 'scroll-snap-align' property {#scroll-snap-align}
460459
<dfn for=scroll-snap-align><<snap-alignment>></dfn> = center | [ start | end ] <<percentage>>?
461460
</pre>
462461

463-
Issue: This is a subset of the L4 <<position> syntax
462+
Issue: This is a subset of the L4 <<position>> syntax
464463
that works within the constraint of an axis.
465464
It also aligns with the <<self-position>> syntax from [[CSS-ALIGN-3]] (see e.g. 'align-self').
466465
We could simplify to ''center | start | end'' by dropping <<percentage>>

0 commit comments

Comments
 (0)