Skip to content

Commit

Permalink
Remove onsort event handler attribute as irrelevant (#5754)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Jun 7, 2021
1 parent 55f4379 commit be8520e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/en-us/web/api/globaleventhandlers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ <h3 id="Event_handlers">Event handlers</h3>
<dd>Is an {{event("Event_handlers", "event handler")}} representing the code to be called when the {{event("selectionchange")}} event is raised, i.e. when the text selected on a web page changes.</dd>
<dt>{{domxref("GlobalEventHandlers.onshow")}} {{Deprecated_Inline}}</dt>
<dd>Is an {{event("Event_handlers", "event handler")}} representing the code to be called when the {{event("show")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onsort")}} {{experimental_inline}}</dt>
<dd>Is an {{event("Event_handlers", "event handler")}} representing the code to be called when the {{event("sort")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onstalled")}}</dt>
<dd>Is an {{event("Event_handlers", "event handler")}} representing the code to be called when the {{event("stalled")}} event is raised.</dd>
<dt>{{domxref("GlobalEventHandlers.onsubmit")}}</dt>
Expand Down

0 comments on commit be8520e

Please sign in to comment.