@@ -227,6 +227,25 @@ Interaction with RTL and LTR</h4>
227227The 'scroll-start-target' property {#scroll-start-target}
228228-------------------------------------------
229229
230+ <pre class="propdef shorthand">
231+ Name : scroll-start-target
232+ Value : [ none | auto ]
233+ Initial : ''none''
234+ Applies to : all elements
235+ Inherited : no
236+ Percentages : N/A
237+ Computed Value : see individual properties
238+ Animation type : none
239+ </pre>
240+
241+ <dl dfn-type=value dfn-for="scroll-start-target">
242+ <dt> <dfn>none</dfn>
243+ <dd> The element is not an [=initial scroll target=] .
244+ <dt> <dfn>auto</dfn>
245+ <dd> The element is potentially an [=initial scroll target=]
246+ for its nearest [=scroll container=] ancestor.
247+ </dl>
248+
230249<h4 dfn export id="initial-scroll-target">
231250Initial scroll target</h4>
232251
@@ -255,29 +274,6 @@ Initial scroll target</h4>
255274 1. Set |scrollcontainer|'s <a>initial scroll position</a> to |position|.
256275 </div>
257276
258-
259- <h4 id="scroll-start-target-shorthand">
260- The scroll-start-target shorthand</h4>
261-
262- <pre class="propdef shorthand">
263- Name : scroll-start-target
264- Value : [ none | auto ]
265- Initial : ''none''
266- Applies to : all elements
267- Inherited : no
268- Percentages : N/A
269- Computed Value : see individual properties
270- Animation type : none
271- </pre>
272-
273- <dl dfn-type=value dfn-for="scroll-start-target, scroll-start-target-block, scroll-start-target-inline, scroll-start-target-x, scroll-start-target-y">
274- <dt> <dfn>none</dfn>
275- <dd> The element is not an [=initial scroll target=] .
276- <dt> <dfn>auto</dfn>
277- <dd> The element is potentially an [=initial scroll target=]
278- for its nearest [=scroll container=] ancestor.
279- </dl>
280-
281277<h4 id="scroll-start-target-with-place-content">
282278Interaction with 'place-content'</h4>
283279
0 commit comments