From 999a14aa6ab1c7646b3886ac265617e85439cb3e Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Tue, 17 Dec 2024 15:50:56 -0800 Subject: [PATCH] Remove removal steps https://chromium-review.googlesource.com/c/chromium/src/+/6043186/comment/943643d9_9117fc4d/ --- source | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/source b/source index 7e8c2bbee7c..ced4e8d8bf7 100644 --- a/source +++ b/source @@ -56447,30 +56447,6 @@ interface HTMLSelectedContentElement : HTMLElementnearestSelectAncestor.

-

The selectedcontent HTML element removing steps, given - selectedcontent and oldParent, are:

- -
    -
  1. -

    For each ancestor of selectedcontent's ancestors in reverse tree order:

    - -
      -
    1. If ancestor is a select element, then return.

    2. -
    -
  2. - -
  3. -

    For each ancestor of oldParent's inclusive ancestors in reverse tree order:

    - -
      -
    1. If ancestor is a select element, then run clear a - selectedcontent given selectedcontent.

    2. -
    -
  4. -
-

Form control infrastructure