diff --git a/source b/source index ac51445fdb0..fa6d7a7bbb2 100644 --- a/source +++ b/source @@ -3289,10 +3289,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute define how the Fullscreen API interacts with HTML:

The following features are defined in CSS Multi-column Layout. HTMLDialogElement : HTMLElement {

  • If this's node document's top layer does not - already contain this, then add this to this's node - document's top layer.

  • + already contain this, then add an element + to the top layer given this's node document and + this.

  • Set this's previously focused element to the focused element.

  • @@ -60137,9 +60139,8 @@ interface HTMLDialogElement : HTMLElement {

    If at any time a dialog element is removed from a Document, then if that dialog is in that - Document's top layer, it must be removed from it. Also, set the dialog element's - is modal flag to false. + Document's top layer, remove an element from the top layer + immediately given the Document and the dialog.

    The close(returnValue) method steps are: @@ -60165,8 +60166,8 @@ interface HTMLDialogElement : HTMLElement {

  • If result is not null, then set the returnValue attribute to result.

  • -
  • If subject is in its Document's top layer, then remove it.

  • +
  • Request an element to be removed from the top layer given + subject's node document and subject.

  • If subject's previously focused element is not null, then:

    @@ -76644,9 +76645,9 @@ END:VCARD tree descendants can become inert in a similar fashion.

    The dialog element's showModal() method causes this mechanism to trigger, by - adding the dialog element to its node - document's top layer.

    + data-x="dom-dialog-showModal">showModal() method causes this mechanism to trigger, by adding the dialog element to its + node document's top layer.

    The inert attribute

    @@ -82149,7 +82150,8 @@ dictionary DragEventInit : MouseEventInit {
  • Let originallyFocusedElement be document's focused area of the document's DOM anchor.

  • -
  • Add element to document's top layer.

  • +
  • Add an element to the top layer given document and + element.

  • Set element's popover visibility state to showing.

  • @@ -82265,9 +82267,15 @@ dictionary DragEventInit : MouseEventInit { data-x="event-beforetoggle">beforetoggle event could have disconnected element or changed its popover attribute.

    + +
  • Request an element to be removed from the top layer given + document and element.

  • +
  • Otherwise, remove an element from the top layer immediately given + document and element.

  • +
  • Remove element from the top layer.