Skip to content

Commit

Permalink
Minor: scroll module: add a related concept (#36258)
Browse files Browse the repository at this point in the history
scroll module related concept

add scrollend event to related concepts
  • Loading branch information
estelle authored Oct 9, 2024
1 parent 47962c4 commit 42976d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/en-us/web/css/css_scroll_snap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ To see the code for this example, [view the source on GitHub](https://github.com
- Element {{domxref("Element.scrollBy", "scrollBy()")}} method
- Element {{domxref("Element.scrollIntoView", "scrollIntoView()")}} method
- Element {{domxref("Element.scrollTo", "scrollTo()")}} method
- Document {{domxref("Document.scroll_event", "scroll")}} event
- Element {{domxref("Element.scroll_event", "scroll")}} event
- Element {{domxref("Element.scrollend_event", "scrollend")}} event
- [`scrollbar`](/en-US/docs/Web/Accessibility/ARIA/Roles/scrollbar_role) ARIA role
- {{Glossary("Scroll container")}} glossary term

Expand Down

0 comments on commit 42976d3

Please sign in to comment.