Skip to content

Commit a8955e5

Browse files
author
Adam Argyle
committed
[cssom-view-1] migrate scrollend event
1 parent 967b631 commit a8955e5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

cssom-view-1/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,6 +1705,11 @@ When asked to <dfn export for=Document>run the scroll steps</dfn> for a {{Docume
17051705
<td>{{Event}}
17061706
<td>{{Document}}, elements
17071707
<td>Fired at the {{Document}} or element when the <a>viewport</a> or element is scrolled, respectively.
1708+
<tr>
1709+
<td><dfn event for="Document, Element">scrollend</dfn>
1710+
<td>{{Event}}
1711+
<td>{{Document}}, elements
1712+
<td>Fired at the {{Document}} or element when the <a>viewport</a> or element has been scrolled, the scroll sequence has ended and any scroll offset changes have been applied.
17081713
</table>
17091714

17101715

@@ -1723,6 +1728,8 @@ Changes {#changes}
17231728
This section documents some of the changes between publications of this specification. This section is not exhaustive. Bug fixes and editorial changes are
17241729
generally not listed.
17251730

1731+
<h3 id='changes-from-2022-06-22' class=no-num>Changes From 22 June 2022</h3>
1732+
* Adam Argyle moved the 'scrollend' event from <a href="https://wicg.github.io/overscroll-scrollend-events/">WICG 'overscroll-scrollend-events'</a> to [[CSSOM-VIEW-1]]
17261733

17271734
<h3 id='changes-from-2020-10-19' class=no-num>Changes From 19 October 2020</h3>
17281735
* Added the "Security and Privacy Considerations" section

0 commit comments

Comments
 (0)