From ea6d608954788e89ef50d61427d88ff8c591f3b4 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Thu, 22 Aug 2024 16:49:01 -0700 Subject: [PATCH] add select to stack of open elements --- source | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/source b/source index 1bd564eb464..29a7968f07c 100644 --- a/source +++ b/source @@ -124656,6 +124656,7 @@ dictionary StorageEventInit : EventInit {
  • th
  • marquee
  • object
  • +
  • select
  • template
  • MathML mi
  • MathML mo
  • @@ -129442,9 +129443,18 @@ document.body.appendChild(text);
    A start tag whose tag name is "option"
    -

    While the stack of open elements has an option element in select scope, pop an element from the - stack of open elements.

    +
  • +

    If the stack of open elements has an option element in select scope:

    + +
      +
    1. While the stack of open elements has an option element in select scope, pop an element from the + stack of open elements.

    2. + +
    3. If the current node is not now a +

    +
  • Reconstruct the active formatting elements, if any.