Skip to content

Commit 59e5105

Browse files
githubshrekgnarf
authored andcommitted
Intro to Events: expand MDN
MDN is not a well known abbreviation, and therefore in this context should be expanded (at least the first time it is used). Closes gh-531
1 parent b84e731 commit 59e5105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/events/introduction-to-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Web pages are all about interaction. Users perform a countless number of actions
1212

1313
## What's a DOM event?
1414

15-
As mentioned, there are a myriad of event types, but perhaps the ones that are easiest to understand are user events, like when someone clicks on an element or types into a form. These types of events occur on an element, meaning that when a user clicks on a button for example, the button has had an event occur on it. While user interactions aren't the only types of DOM events, they're certainly the easiest to understand when starting out. MDN has a good reference of [available DOM events](https://developer.mozilla.org/en/DOM/DOM_event_reference).
15+
As mentioned, there are a myriad of event types, but perhaps the ones that are easiest to understand are user events, like when someone clicks on an element or types into a form. These types of events occur on an element, meaning that when a user clicks on a button for example, the button has had an event occur on it. While user interactions aren't the only types of DOM events, they're certainly the easiest to understand when starting out. Mozilla Developer Network has a good reference of [available DOM events](https://developer.mozilla.org/en/DOM/DOM_event_reference).
1616

1717

1818
## Ways to listen for events

0 commit comments

Comments
 (0)