diff --git a/source b/source index e417e1929e2..031351cd938 100644 --- a/source +++ b/source @@ -61259,17 +61259,11 @@ interface HTMLDialogElement : HTMLElement { subject and a string or null result:

    -
  1. -

    If ignoreOpenAttribute is false:

    - -
      -
    1. If subject does not have an open - attribute, then return.

    2. +
    3. If subject does not have an open + attribute, then return.

    4. -
    5. Remove subject's open - attribute.

    6. -
    -
  2. +
  3. Remove subject's open + attribute.

  4. Run close the dialog given subject and result.