From 3d81abe4602c56f7d1ad2d8b4dca06bac762f21e Mon Sep 17 00:00:00 2001 From: "Daniel D. Beck" Date: Tue, 23 Jul 2024 17:40:13 +0200 Subject: [PATCH] Retitle "input event" feature to "input (event)" This is a special case. We use only the name of a lone event elsewhere (e.g., "scrollend"), but this event shares a name with the element (""). This moves the disambiguation text to parentheses to distinguish the name of the thing ("input"). --- features/input-event.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/input-event.yml b/features/input-event.yml index 2c5ce07a3bb..fe8a70ebc4c 100644 --- a/features/input-event.yml +++ b/features/input-event.yml @@ -1,4 +1,4 @@ -name: input event +name: input (event) description: The `input` event fires when a form control changes or an element with the `contenteditable` attribute changes. spec: https://w3c.github.io/uievents/#event-type-input caniuse: input-event