From dd79c3ce51de16d78292651cddafc7b64820231e Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 11 Mar 2025 17:05:43 -0400 Subject: [PATCH] Stop running FACE reset algorithm in "create an element for token" --- source | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source b/source index dec0ac1bbda..add744bc754 100644 --- a/source +++ b/source @@ -130650,10 +130650,11 @@ dictionary StorageEventInit : EventInit { data-x="">xmlns:xlink attribute in the XMLNS namespace whose value is not the XLink Namespace, that is a parse error.

-
  • If element is a resettable element, invoke - its reset algorithm. (This initializes the - element's value and checkedness based on the element's attributes.)

  • +
  • If element is a resettable element and not + a form-associated custom element, then invoke its reset algorithm. (This initializes the element's value and checkedness + based on the element's attributes.)

  • If element is a form-associated element and not a form-associated custom element, the