Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/events.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Events
description: Events fire when significant things happen in the page, such as an image loading or a user clicking. You can use the `addEventListener()` method on objects that receive events (event targets), such as windows, documents, and elements, to set a function to be called when an event fires.
description: The `Event` API and the `addEventListener()` method on objects that receive events (event targets) represent and handle significant things happening on a page. Many APIs fire events for a wide range of situations relating to those APIs, such as an image loading, a user clicking, or a value changing.
spec:
- https://html.spec.whatwg.org/multipage/indices.html#events-2
- https://dom.spec.whatwg.org/#interface-customevent
Expand Down
Loading