From 2af749558d52e026e759f3af73251419749f0a8a Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Mon, 18 Nov 2024 22:33:29 +0000 Subject: [PATCH] use then over commas --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index 065d8e73f72..cde97ab2f78 100644 --- a/source +++ b/source @@ -53759,11 +53759,11 @@ interface HTMLButtonElement : HTMLElement {
  • If type is in the Submit state, and this is a submit button, return the string + data-x="concept-submit-button">submit button then return the string "submit".

  • If type is in the Reset state, return the string + data-x="attr-button-type-reset-state">Reset state then return the string "reset".

  • Return the string "button".