From bcd7dbc47560db7199a157ef0d3891a077108f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 19 Sep 2025 16:59:26 +0200 Subject: [PATCH] [cssom-view] Fix scrollend event on document. As per the comments in #12606. --- cssom-view-1/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cssom-view-1/Overview.bs b/cssom-view-1/Overview.bs index e02c1c55e44..9376d0d3cb2 100644 --- a/cssom-view-1/Overview.bs +++ b/cssom-view-1/Overview.bs @@ -2352,7 +2352,7 @@ Issue: In what order are scrollend events dispatched? Ordered based on scroll st in the order they were added to the list, run these substeps: 1. If target is a {{Document}}, and type is "scroll" or "scrollend", - fire an event named scroll that bubbles at target. + fire an event named type that bubbles at target. 1. Otherwise, if type is "scrollsnapchange", then: 1. Let |blockTarget| and |inlineTarget| be null initially. 1. If the scrollsnapchangeTargetBlock associated with target is a pseudo-element, @@ -2622,4 +2622,4 @@ the Windows Internet Explorer browser. scroll-behavior-smooth.html scroll-behavior-subframe-root.html scroll-behavior-subframe-window.html - \ No newline at end of file +