Skip to content

Conversation

@dlrobertson
Copy link
Member

The UIEvents spec states:

For maximum scroll performance, a user agent may not wait for each
wheel event associated with the scroll to be processed...

As a result, a scroll (and scroll event) may be dispatched before the first wheel event is dispatched. To counteract this, the first wheel scroll for each test should be entirely contained in the initial element. This ensures that the test will remain vaild even in the case that the scroll is dispatched before the wheel event.

…arget.

THe UIEvents spec states:

> For maximum scroll performance, a user agent may not wait for each
> wheel event associated with the scroll to be processed...

As a result, a scroll (and scroll event) may be dispatched before the
first wheel event is dispatched. To counteract this, the first wheel
scroll for each test should be entirely contained in the initial
element. This ensures that the test will remain vaild even in the case
that the scroll is dispatched before the wheel event.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants