diff --git a/source b/source index 4932739f730..4a2ead76ad3 100644 --- a/source +++ b/source @@ -60158,8 +60158,11 @@ interface HTMLDialogElement : HTMLElement { method steps are:

    +
  1. If this has an open attribute and the + is modal flag of this is false, then return.

  2. +
  3. If this has an open attribute, then - return.

  4. + throw an "InvalidStateError" DOMException.

  5. If this is in the popover showing state, then throw an "InvalidStateError" @@ -60181,6 +60184,9 @@ interface HTMLDialogElement : HTMLElement { data-x="dom-dialog-showModal">showModal() method steps are:

      +
    1. If this has an open attribute and the + is modal flag of this is true, then return.

    2. +
    3. If this has an open attribute, then throw an "InvalidStateError" DOMException.

    4. @@ -82318,8 +82324,8 @@ dictionary DragEventInit : MouseEventInit {

      Check popover validity is called again because running hide all popovers until above could have fired the beforetoggle event, and an event handler could have - disconnected this element or called showPopover() on - this element.

      + disconnected this element or changed its popover + attribute.

  6. @@ -82747,16 +82753,24 @@ dictionary DragEventInit : MouseEventInit {

    If one of the following conditions is true

    + +

    then return false.

    + + +
  7. +

    If one of the following conditions is true

    + +