[csswg-drafts] [cssom] using scroll wheel before scrollIntoView() finishes

mkay581 has just created a new issue for https://github.com/w3c/csswg-drafts:

== [cssom] using scroll wheel before scrollIntoView() finishes ==
I'm looking at [the spec](https://drafts.csswg.org/cssom-view/#dom-element-scrollintoview) and maybe I am missing it, but it doesn't seem to explain what happens when a user takes some contradictory action before the scrollIntoView() finishes, like use the scroll wheel (on their mouse), press a scroll key on keyboard (page up, page down), or click another element that triggers a different scrollIntoView().

Should the initial scrollIntoView() abort? Or should it finish the entire scroll sequence and delay the contradictory action? Or just cancel out the contradictory action?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2090 using your GitHub account

Received on Thursday, 7 December 2017 14:29:54 UTC