File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ spec: cssom-view-1; type: dfn;
144144 <pre class="prod">
145145 <<scroll()>> = scroll( [ <<scroller>> || <<axis>> ]? )
146146 <dfn noexport><<axis>></dfn> = block | inline | vertical | horizontal
147- <dfn noexport><<scroller>></dfn> = root | nearest
147+ <dfn noexport><<scroller>></dfn> = root | nearest | self
148148 </pre>
149149
150150 By default,
@@ -181,6 +181,10 @@ spec: cssom-view-1; type: dfn;
181181 <dt> <dfn>root</dfn>
182182 <dd>
183183 Specifies to use the document viewport as the [=scroll container=] .
184+
185+ <dt> <dfn>self</dfn>
186+ <dd>
187+ Specifies to use the element’s own box as the [=scroll container=] .
184188 </dl>
185189
186190### The {{ScrollTimeline}} Interface ### {#scrolltimeline-interface}
You can’t perform that action at this time.
0 commit comments