File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ The 'scroll-start-target' property {#scroll-start-target}
196196
197197 <pre class="propdef shorthand">
198198 Name : scroll-start-target
199- Value : [ none | auto ]
199+ Value : [ none | auto ]{1,2}
200200 </pre>
201201
202202 This property is a shorthand property that sets all of the scroll-start-target-* longhands in one declaration.
@@ -334,3 +334,34 @@ Flow-relative Longhands for 'scroll-start' {#scroll-start-longhands-logical}
334334 </pre>
335335
336336 ...
337+ Flow-relative Longhands for 'scroll-start-target' {#scroll-start-target-longhands-logical}
338+ --------------------------------------------------------------------------
339+
340+ <pre class="propdef">
341+ Name : scroll-start-target-block, scroll-start-target-inline
342+ Value : auto | none
343+ Initial : none
344+ Applies to : all elements
345+ Inherited : no
346+ Percentages : n/a
347+ Computed Value : either of the keywords "none" or "auto"
348+ Animation type : not animatable
349+ </pre>
350+
351+ ...
352+
353+ Physical Longhands for 'scroll-start' {#scroll-start-target-longhands-physical}
354+ ----------------------------------------------------------------------
355+
356+ <pre class="propdef">
357+ Name : scroll-start-target-x, scroll-start-target-y
358+ Value : none | auto
359+ Initial : none
360+ Applies to : all elements
361+ Inherited : no
362+ Percentages : n/a
363+ Computed value : either of the keywords "none" or "auto"
364+ Animation type : not animatable
365+ </pre>
366+
367+ ...
You can’t perform that action at this time.
0 commit comments