File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2362,8 +2362,8 @@ Whenever an element gets scrolled (whether in response to user interaction or by
23622362 for the element with the element's <a spec="css-scroll-snap-2">eventual snap target</a> in the block axis
23632363 as newBlockTarget and the element's <a spec="css-scroll-snap-2">eventual snap target</a> in the inline axis
23642364 as newInlineTarget.
2365- 1. If the element is already in <var> doc</var> 's <a>pending scroll events</a> , abort these steps.
2366- 1. Append the element to <var> doc</var> 's <a>pending scroll events</a> .
2365+ 1. If ( <var> element</var> , <code> "scroll" </code> ) is already in <var> doc</var> 's <a>pending scroll events</a> , abort these steps.
2366+ 1. Append ( <var> element</var> , <code> "scroll" </code> ) to <var> doc</var> 's <a>pending scroll events</a> .
23672367
23682368Whenever a <a>visual viewport</a> gets scrolled (whether in response to user interaction or by an API), the user agent must run these steps:
23692369
You can’t perform that action at this time.
0 commit comments