Skip to content

Commit

Permalink
Fix the class listed for the submit event in the events index
Browse files Browse the repository at this point in the history
Closes whatwg#6948.
  • Loading branch information
PaperStrike authored Aug 11, 2021
1 parent cdf62c8 commit 2bccd29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -125023,7 +125023,7 @@ INSERT INTERFACES HERE

<tr> <!-- submit -->
<td> <dfn event for="HTMLElement"><code data-x="event-submit">submit</code></dfn>
<td> <code>Event</code>
<td> <code>SubmitEvent</code>
<td> <code>form</code> elements
<td> Fired at a <code>form</code> element when it is <span data-x="concept-form-submit">submitted</span>

Expand Down Expand Up @@ -126229,6 +126229,7 @@ INSERT INTERFACES HERE
Hiroyuki USHITO,
Hitoshi Yoshida,
Hongchan Choi, <!-- hoch on GitHub -->
王华 (Hua Wang), <!-- PaperStrike on GitHub -->
Hugh Bellamy,
Hugh Guiney,
Hugh Winkler,
Expand Down

0 comments on commit 2bccd29

Please sign in to comment.