IntersectionObserver should order notifications by time and observe() order |
||
Issue descriptionWhen IntersectionObserver runs a callback with changes for multiple target elements, the changes should be ordered first by notification time, and then by the order in which observe() was called on the target elements. Currently, they are sorted by time, but for notifications with identical times, the order is unstable.
,
Jun 3 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jun 2 2016