Skip to content

Commit 86e70dc

Browse files
andruudAnders
andauthored
[scroll-animations-1] Remove <custom-ident> from scroll() notation (w3c#7651)
Fixes w3c#7046. Co-authored-by: Anders <andruud@dib.lan>
1 parent 2dbec6d commit 86e70dc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

scroll-animations-1/Overview.bs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ spec: cssom-view-1; type: dfn;
136136
<pre class="prod">
137137
<dfn>scroll()</dfn> = scroll( <<axis>>? <<scroller>>? )
138138
<dfn noexport><<axis>></dfn> = block | inline | vertical | horizontal
139-
<dfn noexport><<scroller>></dfn> = root | nearest | <<custom-ident>>
139+
<dfn noexport><<scroller>></dfn> = root | nearest
140140
</pre>
141141

142142
By default,
@@ -173,12 +173,6 @@ spec: cssom-view-1; type: dfn;
173173
<dt><dfn>root</dfn>
174174
<dd>
175175
Specifies to use the document viewport as the [=scroll container=].
176-
177-
<dt><dfn><<custom-ident>></dfn>
178-
<dd>
179-
Specifies to use the nearest ancestor [=scroll container=]
180-
that has the specified 'container-name'. [[!CSS-CONTAIN-3]]
181-
If none exist, the document viewport is used.
182176
</dl>
183177

184178
### The {{ScrollTimeline}} Interface ### {#scrolltimeline-interface}

0 commit comments

Comments
 (0)