From f2992cef5ab84789b658b506926fe3cd0845c008 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Wed, 12 Oct 2022 18:13:38 +0900 Subject: [PATCH] =?UTF-8?q?Update=20spec=20URLs=20for=20=E2=80=9Cinput?= =?UTF-8?q?=E2=80=9D=20and=20=E2=80=9Cslotchange=E2=80=9D=20events=20(#179?= =?UTF-8?q?83)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/whatwg/html/commit/627ee28 (https://github.com/whatwg/html/pull/8351) removed these events from the HTML event index. --- api/HTMLElement.json | 2 +- api/HTMLSlotElement.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/HTMLElement.json b/api/HTMLElement.json index eb9a04141de8e..599c4838b6a64 100644 --- a/api/HTMLElement.json +++ b/api/HTMLElement.json @@ -1359,7 +1359,7 @@ "description": "input 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": { diff --git a/api/HTMLSlotElement.json b/api/HTMLSlotElement.json index 8a002d48ac9b9..d047cc85c6d26 100644 --- a/api/HTMLSlotElement.json +++ b/api/HTMLSlotElement.json @@ -174,7 +174,7 @@ "description": "slotchange 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": {