File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments