Skip to content

Commit

Permalink
Update spec URLs for “input” and “slotchange” events
Browse files Browse the repository at this point in the history
whatwg/html@627ee28
(whatwg/html#8351)
removed these events from the HTML event index.
  • Loading branch information
sideshowbarker committed Oct 12, 2022
1 parent 0fbb424 commit b5f31f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/HTMLElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@
"description": "<code>input</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLElement/input_event",
"spec_url": [
"https://html.spec.whatwg.org/multipage/indices.html#event-input-input",
"https://w3c.github.io/uievents/#event-type-input",
"https://html.spec.whatwg.org/multipage/webappapis.html#handler-oninput"
],
"support": {
Expand Down
2 changes: 1 addition & 1 deletion api/HTMLSlotElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"description": "<code>slotchange</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLSlotElement/slotchange_event",
"spec_url": [
"https://html.spec.whatwg.org/multipage/indices.html#event-slotchange",
"https://dom.spec.whatwg.org/#eventdef-htmlslotelement-slotchange",
"https://html.spec.whatwg.org/multipage/webappapis.html#handler-onslotchange"
],
"support": {
Expand Down

0 comments on commit b5f31f1

Please sign in to comment.