From deea77779d8cb69eec43112eb223f2b7cd597a7d Mon Sep 17 00:00:00 2001 From: Shannon Booth Date: Wed, 18 Mar 2026 21:04:54 +0100 Subject: [PATCH] Don't prepare script for script elements when src attribute is removed --- source | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source b/source index 8c44096c679..f36054106a7 100644 --- a/source +++ b/source @@ -66873,9 +66873,9 @@ document.body.append(script1, script2);
  1. If namespace is not null, then return.

  2. -
  3. If localName is src and - element is connected, then run the script HTML element - post-connection steps, given element.

  4. +
  5. If localName is src, value is + not null, and element is connected, then run the script + HTML element post-connection steps, given element.