Skip to content

Commit f4c3487

Browse files
committed
[css-snappoints] Removing percentages from scroll-snap-area per recommendation from Elika
1 parent e7706e7 commit f4c3487

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-snappoints/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,18 +264,18 @@ Ignored Terms: scroll-snap-positions-*, containing block chain
264264

265265
<pre class="propdef">
266266
Name: scroll-snap-area
267-
Value: [ <<length>> | <<percentage>> ]{1,4}
267+
Value: <<length>>{1,4}
268268
Initial: 0
269269
Applies to: all elements
270270
Inherited: no
271-
Percentages: relative to the border box
271+
Percentages: n/a
272272
Media: interactive
273273
Computed value: as specified, with lengths made absolute
274274
Animatable: yes
275275
</pre>
276276

277277
<dl dfn-type=value dfn-for="scroll-snap-area">
278-
<dt><dfn>[ <<length>> | <<percentage>> ]{1,4}</dfn>
278+
<dt><dfn><<length>>{1,4}</dfn>
279279
<dd>
280280
Specifies the outset of the element's snap area from the axis-aligned bounding box of the transformed border box, in the <a>scroll container's</a> coordinate space. Outsets are applied to this bounding box, not the border box.
281281

0 commit comments

Comments
 (0)