Skip to content

Commit 48c6255

Browse files
committed
[css-scroll-snap-2] Non-editorial clean up
- removed "3.2.2. The scroll-start-target shorthand" and moved up its content (the property definition table) - removed remnants of `scroll-start-target-*` longhands (removed in w3c#10227)
1 parent d2ca460 commit 48c6255

File tree

1 file changed

+19
-23
lines changed

1 file changed

+19
-23
lines changed

css-scroll-snap-2/Overview.bs

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,25 @@ Interaction with RTL and LTR</h4>
227227
The 'scroll-start-target' property {#scroll-start-target}
228228
-------------------------------------------
229229

230+
<pre class="propdef">
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">
231250
Initial 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">
282278
Interaction with 'place-content'</h4>
283279

0 commit comments

Comments
 (0)