diff --git a/source b/source index dc2ce71f574..c785bfc97b2 100644 --- a/source +++ b/source @@ -1812,6 +1812,10 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute element.

+ +
  • If removedNode's popover attribute is not in + the no popover state, then run the hide + popover algorithm given removedNode, false, true, and false.

  • A The tree, shadow tree, and node tree concepts

  • The tree order and shadow-including tree order concepts
  • +
  • The element concept
  • The child concept
  • The root and shadow-including root concepts
  • The inclusive ancestor, @@ -3186,6 +3191,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute is value
  • MutationObserver interface and mutation observers in general
  • +
  • The get an attribute by name algorithm
  • The following features are defined in UI Events:

    @@ -3281,6 +3287,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute operation
  • requestFullscreen()
  • run the fullscreen steps
  • +
  • fullscreen flag
  • High Resolution Time provides the :focus-visible pseudo-class

  • indicate focus
  • +
  • pseudo-element
  • The following features are defined in CSS Values and Units: HTMLElement : Element { [CEReactions] attribute [LegacyNullToEmptyString] DOMString outerText; ElementInternals attachInternals(); + + // The popover API + void showPopover(); + void hidePopover(); + void togglePopover(optional boolean force); + [CEReactions] attribute DOMString? popover; }; HTMLElement includes GlobalEventHandlers; @@ -12374,6 +12388,7 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%

  • itemtype
  • lang
  • nonce
  • +
  • popover
  • spellcheck
  • style
  • tabindex
  • @@ -12495,6 +12510,7 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%
  • onauxclick
  • onbeforeinput
  • onbeforematch
  • +
  • onbeforetoggle
  • onblur*
  • oncancel
  • oncanplay
  • @@ -44808,6 +44824,9 @@ interface HTMLLabelElement : HTMLElement {
    name
    pattern
    placeholder
    +
    popoverhidetarget
    +
    popovershowtarget
    +
    popovertoggletarget
    readonly
    required
    size
    @@ -44973,7 +44992,8 @@ interface HTMLInputElement : HTMLElement { undefined showPicker(); // also has obsolete members -}; +}; +HTMLInputElement includes PopoverTargetElement;
    Uses HTMLInputElement.
    @@ -45653,6 +45673,78 @@ interface HTMLInputElement : HTMLElement { · + + popoverhidetarget + · + · + + · + · + · + · + + + + · + · + · + · + · + + · + Yes + Yes + Yes + + + + popovershowtarget + · + · + + · + · + · + · + + + + · + · + · + · + · + + · + Yes + Yes + Yes + + + + popovertoggletarget + · + · + + · + · + · + · + + + + · + · + · + · + · + + · + Yes + Yes + Yes + + readonly · @@ -46298,6 +46390,8 @@ interface HTMLInputElement : HTMLElement {
  • Run this element's input activation behavior, if any, and do nothing otherwise.

  • + +
  • Run the popover target attribute activation behavior on this element.

  • Recall that an element's activation behavior runs for both @@ -46576,6 +46670,9 @@ interface HTMLInputElement : HTMLElement { multiple, pattern, placeholder, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, readonly, required, size, @@ -46711,6 +46808,9 @@ interface HTMLInputElement : HTMLElement { max, min, multiple, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, src, step, and width.

    @@ -46812,6 +46912,9 @@ interface HTMLInputElement : HTMLElement { max, min, multiple, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, src, step, and width.

    @@ -46915,6 +47018,9 @@ interface HTMLInputElement : HTMLElement { max, min, multiple, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, src, step, and width.

    @@ -47183,6 +47289,9 @@ ldh-str = < as defined in height, max, min, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, src, step, and width.

    @@ -47279,6 +47388,9 @@ ldh-str = < as defined in
    max, min, multiple, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, src, step, and width.

    @@ -47452,6 +47564,9 @@ ldh-str = < as defined in
    multiple, pattern, placeholder, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, size, src, and width.

    @@ -47603,6 +47718,9 @@ ldh-str = < as defined in
    multiple, pattern, placeholder, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, size, src, and width.

    @@ -47758,6 +47876,9 @@ ldh-str = < as defined in
    multiple, pattern, placeholder, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, size, src, and width.

    @@ -47909,6 +48030,9 @@ ldh-str = < as defined in
    multiple, pattern, placeholder, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, size, src, and width.

    @@ -48053,6 +48177,9 @@ ldh-str = < as defined in
    multiple, pattern, placeholder, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, size, src, and width.

    @@ -48215,6 +48342,9 @@ ldh-str = < as defined in
    minlength, multiple, pattern, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, size, src, and width.

    @@ -48485,6 +48615,9 @@ ldh-str = < as defined in
    multiple, pattern, placeholder, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, readonly, required, size, @@ -48591,6 +48724,9 @@ ldh-str = < as defined in multiple, pattern, placeholder, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, readonly, required, size, @@ -48705,6 +48841,9 @@ ldh-str = < as defined in multiple, pattern, placeholder, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, readonly, size, src, @@ -48880,6 +49019,9 @@ ldh-str = < as defined in multiple, pattern, placeholder, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, readonly, size, src, @@ -49130,6 +49272,9 @@ ldh-str = < as defined in min, minlength, pattern, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, placeholder, readonly, size, @@ -49213,9 +49358,12 @@ ldh-str = < as defined in formaction, formenctype, formmethod, - formnovalidate, and - formtarget content attributes; - value IDL attribute.

    + formnovalidate, + formtarget, + popoverhidetarget, + popovershowtarget, and + popovertoggletarget content + attributes; value IDL attribute.

    The value IDL attribute is in mode default.

    @@ -49483,6 +49631,9 @@ ldh-str = < as defined in
    formnovalidate, formtarget, height, + popoverhidetarget, + popovershowtarget, + popovertoggletarget, src, and width content attributes; value IDL attribute.

    @@ -49602,6 +49753,12 @@ ldh-str = < as defined in
    applies to this element and is in mode default.

    +

    The following common input element content attributes apply to the element: + popoverhidetarget, + popovershowtarget, and + popovertoggletarget.

    +

    The following content attributes must not be specified and do not apply to the element: accept, @@ -49682,6 +49839,12 @@ ldh-str = < as defined in applies to this element and is in mode default.

    +

    The following common input element content attributes apply to the element: + popoverhidetarget, + popovershowtarget, and + popovertoggletarget.

    +

    The following content attributes must not be specified and do not apply to the element: accept, @@ -51260,6 +51423,9 @@ You cannot submit this form when the field is incorrect.

    formnovalidate
    formtarget
    name
    +
    popoverhidetarget
    +
    popovershowtarget
    +
    popovertoggletarget
    type
    value
    HTMLButtonElement : HTMLElement { undefined setCustomValidity(DOMString error); readonly attribute NodeList labels; -}; +}; +HTMLButtonElement includes PopoverTargetElement;
    Uses HTMLButtonElement.
    @@ -51350,13 +51517,12 @@ interface HTMLButtonElement : HTMLElement {
  • If element is disabled, then return.

  • -
  • If element does not have a form owner, then return.

  • -
  • If element's node document is not fully active, then return.

  • -

    Switch on element's type attribute's state:

    +

    If element has a form owner then switch on element's type attribute's state, then:

    Submit Button
    @@ -51371,6 +51537,9 @@ interface HTMLButtonElement : HTMLElement {

    Do nothing.

  • + +
  • Run the popover target attribute activation behavior given + element.

  • @@ -59196,6 +59365,10 @@ interface HTMLDialogElement : HTMLElement {
  • If the element already has an open attribute, then return.

  • +
  • If subject is in the popover showing + state, then throw an "InvalidStateError" + DOMException.

  • +
  • Add an open attribute to the dialog element, whose value is the empty string.

  • @@ -59219,6 +59392,10 @@ interface HTMLDialogElement : HTMLElement {
  • If subject is not connected, then throw an "InvalidStateError" DOMException.

  • +
  • If subject is in the popover showing + state, then throw an "InvalidStateError" + DOMException.

  • +
  • Add an open attribute to subject, whose value is the empty string.

  • @@ -59250,6 +59427,9 @@ interface HTMLDialogElement : HTMLElement {

    The dialog focusing steps for a dialog element subject are as follows:

      +
    1. Run hide all popovers until given null, false, + and false.

    2. +
    3. Let control be the focus delegate of subject.

    4. If control is null, then set control to subject.

    5. @@ -59395,10 +59575,13 @@ interface HTMLDialogElement : HTMLElement {

      Each dialog element has an is modal flag. When a dialog element is created, this flag must be set to false.

      -

      Each dialog element has a previously focused element which is null or - an element, and it is initially null. When showModal() - and show() are called, this element is set to the currently - focused element before running the dialog focusing steps.

      +

      Each HTML element has a previously focused + element which is null or an element, and it is initially null. When showModal() and show() + are called, this element is set to the currently focused element before running the + dialog focusing steps. Elements with the popover + attribute set this element to the currently focused element during the show popover algorithm.


      @@ -71630,6 +71813,24 @@ Demos: not null, or containing no elements, if it is.

      +
      :open
      +
      +

      The :open pseudo-class is defined to match + any HTML element whose popover attribute is not in the no popover state and whose popover visibility + state is showing.

      +
      + +
      :closed
      +
      +

      The :closed pseudo-class is defined to + match any HTML element whose popover attribute is not in the no popover state and whose popover visibility + state is hidden.

      +
      +
      :enabled

      The :enabled pseudo-class must match any @@ -76413,7 +76614,9 @@ partial interface Navigator {


      A node is a focus navigation scope owner if it is a document, a - shadow host or a slot.

      + shadow host, a slot, or an element in the popover showing state which also has a popover + invoker set.

      Each focus navigation scope owner has a focus navigation scope, which is a list of elements. Its contents are determined as follows:

      @@ -76434,6 +76637,9 @@ partial interface Navigator {
    6. If element's parent is the document element, then return the parent's node document.

    7. +
    8. If element is in the popover showing + state and has a popover invoker set, then return element.

    9. +
    10. Return element's parent's associated focus navigation owner.

    @@ -76763,8 +76969,8 @@ partial interface Navigator {

    The focus delegate for a focusTarget, given an optional string - focusTrigger (default "other"), is given by the following - steps:

    + focusTrigger (default "other") and an optional boolean + autofocusOnly (default false), is given by the following steps:

    1. If focusTarget is a shadow host and its Navigator {

    2. If autofocusDelegate is not null, then return autofocusDelegate.

    3. +
    4. If autofocusOnly is true, then return null.

    5. +
    6. For each descendant of whereToLook's descendants, in tree @@ -77515,16 +77723,47 @@ partial interface Navigator {

      The autofocus content attribute allows the author to indicate that an element is to be focused as soon as the - page is loaded or as soon as the dialog within which it finds itself is shown, - allowing the user to just start typing without having to manually focus the main element.

      + page is loaded, allowing the user to just start typing without having to manually focus the main + element.

      + +

      When the autofocus attribute is specified on an element + inside dialog elements or HTML elements whose popover attribute is set, then it will be focused when the dialog or + popover becomes shown.

      The autofocus attribute is a boolean attribute.

      -

      An element's nearest ancestor autofocus scoping root element is the element itself - if the element is a dialog element, or else is the element's nearest ancestor - dialog element, if any, or else is the element's last inclusive ancestor - element.

      +

      To find the nearest ancestor autofocus scoping root element given an + Element element:

      + +
        +
      1. If element is a dialog element, then return + element.

      2. + +
      3. If element's popover attribute is not in the + no popover state, then return + element.

      4. + +
      5. Let ancestor be element.

      6. + +
      7. +

        While ancestor has a parent element:

        + +
          +
        1. Set ancestor to ancestor's parent element.

        2. + +
        3. If ancestor is a dialog element, then return + ancestor.

        4. + +
        5. If ancestor's popover attribute is not in + the no popover state, then return + ancestor.

        6. +
        +
      8. + +
      9. Return ancestor.

      10. +

      There must not be two elements with the same nearest ancestor autofocus scoping root element that both have the autofocus attribute @@ -80851,6 +81090,948 @@ dictionary DragEventInit : MouseEventInit { +

      The popover attribute

      + +

      All HTML elements may have the popover content attribute set. When specified, the element + won't be rendered until it becomes shown, at which point it will be rendered on top of other page + content.

      + +

      The popover attribute is an enumerated + attribute. The following table lists the states for this attribute:

      + + + + + + + + + + + + + + + + + + + + + + + + +
      StateKeywordsDescription
      Auto stateautoCloses other popovers when opened; has light + dismiss.
      The empty string
      Manual statemanualDoes not close other popovers; does not light + dismiss.
      + +

      The attribute may be omitted. The invalid value default + is the manual state. The missing value default is the no popover + state.

      + +

      The popover IDL attribute + must reflect the popover attribute, limited + to only known values.

      + +

      Every HTML element has a popover visibility + state, initially hidden, with these potential + values:

      + +
        +
      • hidden

      • + +
      • showing

      • +
      + +

      The Document has an auto popover list, which is a list, + initially empty.

      + +

      The Document has a popover pointerdown target, which is an HTML element or null, initially null.

      + +

      Every HTML element has a popover invoker, which + is an HTML element or null, initially set to null.

      + +

      The following attribute change + steps are used for all HTML elements:

      + +
        +
      1. If namespace is not null, then return.

      2. + +
      3. If localName is not popover, then + return.

      4. + +
      5. If oldValue and value are in different states, then run the hide popover algorithm given + element, true, false, and false.

      6. +
      + +
      +
      element.showPopover()
      + +
      Shows the popover element by adding it to the top layer. If element's + popover attribute is in the auto state, then this will also close all other auto popovers unless they are an ancestor of + element according to the topmost popover ancestor algorithm.
      + +
      element.hidePopover()
      + +
      Hides the popover element by removing it from the top layer and applying + display: none to it.
      + +
      element.togglePopover()
      + +
      If the popover element is not showing, then this method shows it. Otherwise, this + method hides it.
      +
      + +

      The showPopover() + method steps are:

      + +
        +
      1. Run show popover given this and true.

      2. +
      + +

      To show popover, given an HTML element + element and a boolean throwExceptions:

      + +
        +
      1. +

        If the result of running check popover validity given element and + false is false, then:

        + +
          +
        1. Assert: throwExceptions is true.

        2. + +
        3. Throw an "InvalidStateError" + DOMException.

        4. +
        +
      2. + +
      3. Assert: element is not in element's node + document's top layer.

      4. + +
      5. If the result of firing an event named beforetoggle, using BeforeToggleEvent, with the + cancelable attribute initialized to true, the currentState attribute initialized to "closed", and the newState + attribute initialized to "open" at element is false, then + return.

      6. + +
      7. +

        If the result of running check popover validity given element and + false is false:

        + +
          +
        1. If throwExceptions is true, then throw an + "InvalidStateError" DOMException.

        2. + +
        3. Otherwise, return.

        4. +
        + +

        Check popover validity is called again because firing the beforetoggle event could have disconnected this element or + changed its popover attribute.

        +
      8. + +
      9. Let document be element's node document.

      10. + +
      11. Let shouldRestoreFocus be false.

      12. + +
      13. +

        If element's popover attribute is in the auto state, then:

        + +
          +
        1. Let originalType be the value of element's popover attribute.

        2. + +
        3. Let ancestor be the result of running the topmost popover + ancestor algorithm given element.

        4. + +
        5. Run hide all popovers until given + ancestor, false, and false.

        6. + +
        7. +

          If originalType is not equal to the value of element's popover attribute, or if the result of running check + popover validity given element and false is false:

          + +
            +
          1. If throwExceptions is true, then throw an + "InvalidStateError" DOMException.

          2. + +
          3. Otherwise, return.

          4. +
          + +

          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.

          +
        8. +
        +
      14. + +
      15. +

        If the result of running topmost auto popover on document + is null, then set shouldRestoreFocus to true.

        + +

        This ensures that focus is returned to the previously-focused element only for + the first popover in a stack.

        +
      16. + +
      17. Add element to document's auto popover list.

      18. + +
      19. Set element's previously focused element to null.

      20. + +
      21. Let originallyFocusedElement be document's focused area of the + document's DOM anchor.

      22. + +
      23. Add element to document's top layer.

      24. + +
      25. Set element's popover visibility state to showing.

      26. + +
      27. Run the popover focusing steps given element.

      28. + +
      29. If shouldRestoreFocus is true and element's popover attribute is not in the no popover state, then set element's + previously focused element to originallyFocusedElement.

      30. +
      + +

      The hidePopover() + method steps are:

      + +
        +
      1. Run the hide popover algorithm given this, true, false, and + true.

      2. +
      + +

      To hide a popover given an HTML element element, a boolean focusPreviousElement, a + boolean dontFireBeforetoggle, and a boolean throwExceptions:

      + +
        +
      1. +

        If the result of running check popover validity given element and + true is false:

        + +
          +
        1. If throwExceptions is true, then throw an + "InvalidStateError" DOMException.

        2. + +
        3. Otherwise, return.

        4. +
        +
      2. + +
      3. Let document be element's node document.

      4. + +
      5. +

        If element's popover attribute is in the auto state, then:

        + +
          +
        1. Run hide all popovers until given + element, focusPreviousElement, and + dontFireBeforetoggle.

        2. + +
        3. +

          If element is not in document's auto popover list:

          + +
            +
          1. If throwExceptions is true, then throw an + "InvalidStateError" DOMException.

          2. + +
          3. Otherwise, return.

          4. +
          +
        4. + +
        5. Assert: The last item in document's auto popover + list is element.

        6. + +
        7. Remove element from document's + auto popover list.

        8. +
        +
      6. + +
      7. Set element's popover invoker to null.

      8. + +
      9. +

        If dontFireBeforetoggle is false:

        + +
          +
        1. Fire an event named beforetoggle, using BeforeToggleEvent, with the + cancelable attribute initialized to false, the currentState attribute initialized to "open", and the newState + attribute initialized to "closed" at element.

        2. + +
        3. +

          If the result of running check popover validity given element and + true is false:

          + +
            +
          1. If throwExceptions is true, then throw an + "InvalidStateError" DOMException.

          2. + +
          3. Otherwise, return.

          4. +
          + +

          Check popover validity is called again because firing the beforetoggle event could have disconnected this element or + changed its popover attribute.

          +
        4. +
        +
      10. + +
      11. Remove element from the top + layer.

      12. + +
      13. Set element's popover visibility state to hidden.

      14. + +
      15. Let previouslyFocusedElement be element's previously focused + element.

      16. + +
      17. +

        If previouslyFocusedElement is not null, then:

        + +
          +
        1. Set element's previously focused element to null.

        2. + +
        3. If focusPreviousElement is true, then run the focusing steps for + previouslyFocusedElement; the viewport should not be scrolled by doing this + step.

        4. +
        +
      18. +
      + +

      The togglePopover(force) method steps are:

      + +
        +
      1. If this's popover attribute is in the + no popover state, then throw a + "NotSupportedError" DOMException.

      2. + +
      3. If this is not connected, then throw a + "InvalidStateError" DOMException.

      4. + +
      5. If this's popover visibility state is showing, and force is not present or false, then + run the hide popover algorithm given this, true, false, and + true.

      6. + +
      7. Otherwise, if force is not present or true, then run show popover + given this and true.

      8. +
      + +

      To hide all popovers until, given an HTML element endpoint, a boolean + focusPreviousElement, and a boolean dontFireBeforetoggle:

      + +
        +
      1. Let document be endpoint's node document.

      2. + +
      3. +

        Let closeAllOpenPopovers be an algorithm which performs the following steps:

        + +
          +
        1. Let popover be document's topmost auto + popover.

        2. + +
        3. +

          While popover is not null:

          + +
            +
          1. Run the hide popover algorithm given popover, + focusPreviousElement, dontFireBeforetoggle, and false.

          2. + +
          3. Set popover to document's topmost auto + popover.

          4. +
          +
        4. +
        +
      4. + +
      5. If endpoint is null, then run closeAllOpenPopovers and + return.

      6. + +
      7. Let lastToHide be null.

      8. + +
      9. Let foundEndpoint be false.

      10. + +
      11. +

        For each popover in document's auto popover list:

        + +
          +
        1. If popover is endpoint, then set foundEndpoint to + true.

        2. + +
        3. Otherwise, if foundEndpoint is true, then set lastToHide to + popover and break.

        4. +
        +
      12. + +
      13. If foundEndpoint is false, then run closeAllOpenPopovers and + return.

      14. + +
      15. +

        While lastToHide is not null and lastToHide's popover visibility + state is showing and document's + auto popover list is not empty:

        + +
          +
        1. Run the hide popover algorithm given document's auto + popover list's last element, focusPreviousElement, + dontFireBeforetoggle, and false.

        2. +
        +
      16. +
      + +

      The hide all popovers until + algorithm is used in several cases to hide all popovers that don't stay open when something + happens. For example, during light-dismiss of a popover, this algorithm ensures that we close only + the popovers that aren't related to the node clicked by the user.

      + +

      To find the topmost popover ancestor, given a Node + newPopover, perform the following steps. They return an HTML element or null.

      + +
      +

      The topmost popover ancestor algorithm will return the topmost (highest in the + auto popover list) ancestor popover for the provided popover. Popovers can be + related to each other in several ways, creating a tree of popovers. There are two paths through + which one popover (call it the "child" popover) can have an ancestor popover (call it the + "parent" popover):

      + +
        +
      1. The popovers are nested within each other in the DOM tree. In this case, the descendant + popover is the "child" and its ancestor popover is the "parent".

      2. + +
      3. An invoking element (e.g. a button) has one of the invoking attributes (e.g. + popovertoggletarget) pointing to a popover. In + this case, the popover is the "child", and the DOM-contained popover of the invoking element is + the "parent". The invoker must be in a popover and reference an open popover.

      4. +
      + +

      In each of the relationships formed above, the parent popover must be strictly lower in the + auto popover list than the child popover, or it does not form a valid ancestral + relationship. This eliminates non-showing popovers and self-pointers (e.g. a popover with an + anchor attribute that points back to the same popover), and it allows for the construction of a + well-formed tree from the (possibly cyclic) graph of connections. For example, if two popovers + have anchors pointing to each other, the only valid relationship is that the first one to open is + the "parent" and the second is the "child". Only auto popovers are considered.

      +
      + +
        +
      1. Let popoverPositions be an empty map.

      2. + +
      3. Let index be 0.

      4. + +
      5. Let document be newPopover's node document.

      6. + +
      7. +

        For each popover in document's auto popover list:

        + +
          +
        1. Set popoverPositions[popover] to + index.

        2. + +
        3. Increment index by 1.

        4. +
        +
      8. + +
      9. Set popoverPositions[newPopover] to + index.

      10. + +
      11. Increment index by 1.

      12. + +
      13. Let topmostPopoverAncestor be null.

      14. + +
      15. +

        Let checkAncestor be an algorithm which performs the following steps given + candidate:

        + +
          +
        1. If candidate is null, then return.

        2. + +
        3. Let candidateAncestor be the result of running nearest inclusive open + popover given candidate.

        4. + +
        5. If candidateAncestor is null, then return.

        6. + +
        7. Let candidatePosition be + popoverPositions[candidateAncestor].

        8. + +
        9. If topmostPopoverAncestor is null or + popoverPositions[topmostPopoverAncestor] is less than + candidatePosition, then set topmostPopoverAncestor to + candidateAncestor.

        10. +
        +
      16. + +
      17. Run checkAncestor given the result of running nearest inclusive open + popover given newPopover's parent node within the flat + tree.

      18. + +
      19. +

        For each invoker in document's popover invokers:

        + +
          +
        1. If invoker's popover target element is newPopover, + then run checkAncestor given invoker.

        2. +
        +
      20. + +
      21. return topmostPopoverAncestor.

      22. +
      + +

      To find the nearest inclusive open popover given a Node + node, perform the following steps. They return an HTML + element or null.

      + +
        +
      1. Let currentNode be node.

      2. + +
      3. +

        While currentNode is not null:

        + +
          +
        1. If currentNode's popover attribute is in + the auto state and currentNode's + popover visibility state is showing, + then return currentNode.

        2. + +
        3. Set currentNode to currentNode's parent in the flat + tree.

        4. +
        +
      4. + +
      5. Return null.

      6. +
      + +

      To find the topmost auto popover given a + Document document, perform the following steps. They return an HTML element or null.

      + +
        +
      1. If document's auto popover list is not empty, then return + document's auto popover list's last element.

      2. + +
      3. Return null.

      4. +
      + +

      To perform the popover focusing steps for an HTML + element subject:

      + +
        +
      1. Let control be the focus delegate of subject given + "other" and true.

      2. + +
      3. If control is null, then return.

      4. + +
      5. Run the focusing steps given control.

      6. + +
      7. Let topDocument be the active document of control's + node document's browsing context's + top-level browsing context.

      8. + +
      9. If control's node document's origin is not the same + as the origin of topDocument, then + return.

      10. + +
      11. Empty topDocument's + autofocus candidates.

      12. + +
      13. Set topDocument's autofocus processed flag to true.

      14. +
      + +

      To check popover validity for an HTML element + element given a boolean expectedToBeShowing, perform the following steps. + They return a boolean.

      + +
        +
      1. If element's popover attribute is in the + no popover state, then return false.

      2. + +
      3. If element is not connected, then return false.

      4. + +
      5. If expectedToBeShowing is true and element's popover + visibility state is not showing, then return + false.

      6. + +
      7. If expectedToBeShowing is false and element's popover + visibility state is not hidden, then return + false.

      8. + +
      9. If element is a dialog element and has the open attribute, then return false.

      10. + +
      11. If element's fullscreen flag is set, then return false.

      12. + +
      13. Return true.

      14. +
      + +

      The popover target attributes

      + +

      Supported elements may have the + following content attributes, known as the popover target attributes:

      + +
        +
      • popovertoggletarget

      • + +
      • popoverhidetarget

      • + +
      • popovershowtarget

      • +
      + +

      The popover target attributes allow certain types of buttons to show and hide + element with the popover attribute. If a popover target + attribute is specified, then that attribute's value must be the ID of element with the popover attribute.

      + +
      +

      The following shows how popovershowtarget can + be used to open a popover:

      + +
      <div popover=auto id="foo">
      +  This is a popover!
      +</div>
      +
      +<button popovershowtarget="foo">
      +  Show a popover
      +</button>
      + +

      The following shows how popovertoggletarget + can open and close a manual popover, which can't be closed with light dismiss:

      + +
      <div popover=manual id="foo">
      +  This is a popover!
      +</div>
      +
      +<button popovertoggletarget="foo">
      +  Show or hide a popover
      +</button>
      +
      + +

      The popover target attributes are only supported on the following elements:

      + +
        +
      • button elements

      • + +
      • input elements in the Button + state.

      • + +
      • input elements in the Submit + Button state.

      • + +
      • input elements in the Image + Button state.

      • + +
      • input elements in the Reset + Button state.

      • +
      + + DOM interface: +
      interface mixin PopoverTargetElement {
      +  [CEReactions] attribute Element? popoverToggleTargetElement;
      +  [CEReactions] attribute Element? popoverHideTargetElement;
      +  [CEReactions] attribute Element? popoverShowTargetElement;
      +};
      + +

      The popoverToggleTargetElement IDL attribute must + reflect the popovertoggletarget + attribute.

      + +

      The popoverHideTargetElement IDL attribute must + reflect the popoverhidetarget + attribute.

      + +

      The popoverShowTargetElement IDL attribute must + reflect the popovershowtarget + attribute.

      + +

      To run the popover target attribute activation behavior given a Node + node:

      + +
        +
      1. Let popover be node's popover target element.

      2. + +
      3. If popover is null, then return.

      4. + +
      5. +

        If node doesn't have the popovertoggletarget attribute, then:

        + +
          +
        1. If node has a popovershowtarget attribute and popover's + popover visibility state is showing, + then return.

        2. + +
        3. If node has a popoverhidetarget attribute and popover's + popover visibility state is hidden, + then return.

        4. +
        +
      6. + +
      7. If popover's popover visibility state is showing, then run the hide popover algorithm + given popover, true, false, and false.

      8. + +
      9. +

        Otherwise:

        + +
          +
        1. Set popover's popover invoker to node.

        2. + +
        3. Run show popover given popover and false.

        4. +
        +
      10. +
      + +

      To get the popover target element given a Node node, perform + the following steps. They return an HTML element or null.

      + +
        +
      1. If node is not supported, then return null.

      2. + +
      3. If node is disabled, then return + null.

      4. + +
      5. If node has a form owner and node is a submit button, then return null.

      6. + +
      7. Let idref be null.

      8. + +
      9. If node has a popovertoggletarget attribute, then set + idref to the value of node's popovertoggletarget attribute.

      10. + +
      11. Otherwise, if node has a popovershowtarget attribute, then set idref + to the value of node's popovershowtarget attribute.

      12. + +
      13. Otherwise, if node has a popoverhidetarget attribute, then set idref + to the value of node's popoverhidetarget attribute.

      14. + +
      15. If idref is null, then return null.

      16. + +
      17. Let popoverElement be the first element in tree + order, within node's root's descendants, whose ID is + idref; otherwise, if there is no such element, null.

      18. + +
      19. If popoverElement is null, then return null.

      20. + +
      21. If popoverElement's popover attribute is in + the no popover state, then return null.

      22. + +
      23. Return popoverElement.

      24. +
      + +

      To get the popover invokers given a Document document:

      + +
        +
      1. Return an HTMLCollection rooted at document whose filter matches + elements which support the popover + target attributes.

      2. +
      + +

      Popover light dismiss

      + +

      "Light dismiss" means that pressing the Esc key or clicking outside of + a popover whose popover attribute is in the auto state will close the popover.

      + +

      Canceling popovers: When Document has a + topmost auto popover showing, user agents may provide a user interface that, upon + activation, queues an element task on the user + interaction task source given topmost auto popover to run the hide + popover algorithm given the topmost auto popover, true, and false.

      + +

      To light dismiss open popovers, given an Event event and a + Node node:

      + +
        +
      1. Assert: event's isTrusted attribute is true.

      2. + +
      3. Let topmostPopover be the result of running topmost auto popover + given node.

      4. + +
      5. If topmostPopover is null, then return.

      6. + +
      7. Let target be event's target.

      8. + +
      9. Let document be node's node document.

      10. + +
      11. +

        If event is a PointerEvent and event's type is pointerdown, + then:

        + +
          +
        1. Set document's popover pointerdown target to the result of + running topmost clicked popover given target and "inclusive".

        2. +
        +
      12. + +
      13. +

        If event is a PointerEvent and event's type is pointerup, + then:

        + +
          +
        1. Let ancestor be the result of running topmost clicked popover + given target.

        2. + +
        3. Let sameTarget be true if ancestor is document's + popover pointerdown target.

        4. + +
        5. Set document's popover pointerdown target to null.

        6. + +
        7. If sameTarget is true, then run hide + all popovers until given ancestor, false, and false.

        8. +
        +
      14. +
      + +

      Light dismiss open popovers is called by the Pointer Events spec when the user clicks + or touches anywhere on the page.

      + +

      To find the topmost clicked popover, given a Node node:

      + +
        +
      1. Let clickedPopover be the result of running nearest inclusive open + popover given node.

      2. + +
      3. Let invokerPopover be the result of running nearest inclusive target + popover for invoker given node.

      4. + +
      5. +

        Let getStackPosition be an algorithm which performs the following steps given + an HTML element popover:

        + +
          +
        1. Let popoverList be popover's node document's + auto popover list.

        2. + +
        3. If popover is in popoverList, then return the index of + popover in popoverList + 1.

        4. + +
        5. Return 0.

        6. +
        +
      6. + +
      7. If the result of running getStackPosition given clickedPopover is + greater than the result of running getStackPosition given invokerPopover, + then return clickedPopover.

      8. + +
      9. Return invokerPopover.

      10. +
      + +

      To find the nearest inclusive target popover for invoker given a Node + node:

      + +
        +
      1. Let currentNode be node.

      2. + +
      3. +

        While currentNode is not null:

        + +
          +
        1. Let targetPopover be currentNode's popover target + element.

        2. + +
        3. If targetPopover is not null and targetPopover's popover attribute is in the auto state and targetPopover's popover + visibility state is showing, then return + targetPopover.

        4. + +
        5. Set currentNode to currentNode's ancestor in the flat + tree.

        6. +
        +
      4. +
      + +

      The BeforeToggleEvent interface

      + +
      [Exposed=Window]
      +interface BeforeToggleEvent : Event {
      +  constructor(DOMString type, optional BeforeToggleEventInit eventInitDict = {});
      +  readonly attribute DOMString currentState;
      +  readonly attribute DOMString newState;
      +};
      +
      +dictionary BeforeToggleEventInit : EventInit {
      +  DOMString currentState = "";
      +  DOMString newState = "";
      +};
      + +
      +
      event.currentState
      + +
      +

      Set to "closed" when transitioning from closed to open, or set to + "open" when transitioning from open to closed.

      +
      + +
      event.newState
      + +
      +

      Set to "open" when transitioning from closed to open, or set to "closed" when transitioning from open to closed.

      +
      +
      + +

      The currentState attribute must return the + value it was initialized to. It is initialized to "open" if the element + with the popover attribute's popover visibility + state is showing, otherwise "closed".

      + +

      The newState attribute must return the value it + was initialized to. It is initialized to "closed" if the element with the + popover attribute's popover visibility state is + showing, otherwise "open".

      Loading web pages

      @@ -100907,6 +102088,7 @@ typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnl onauxclick auxclick onbeforeinput beforeinput onbeforematch beforematch + onbeforetoggle beforetoggle oncancel cancel oncanplay canplay oncanplaythrough canplaythrough @@ -121399,6 +122581,33 @@ dialog::backdrop { background: rgba(0,0,0,0.1); } +[popover]:closed:not(dialog[open]) { + display:none; +} +dialog[popover]:not(:closed) { + display:block; +} + +[popover] { + position: fixed; + inset: 0; + width: fit-content; + height: fit-content; + margin: auto; + border: solid; + padding: 0.25em; + overflow: auto; + color: CanvasText; + background-color: Canvas; +} + +[popover]:open::backdrop { + position: fixed; + inset: 0; + pointer-events: none !important; + background-color: transparent; +} + slot { display: contents; } @@ -126594,6 +127803,9 @@ interface External { formnovalidate; formtarget; name; + popoverhidetarget; + popovershowtarget; + popovertoggletarget; type; value HTMLButtonElement @@ -127075,6 +128287,9 @@ interface External { name; pattern; placeholder; + popoverhidetarget; + popovershowtarget; + popovertoggletarget; readonly; required; size; @@ -129053,6 +130268,30 @@ interface External { video Encourage the user agent to display video content within the element's playback area Boolean attribute + + popover + HTML elements + Makes the element a popover element + "auto"; + "manual"; + + popoverhidetarget + input; + button + Hides the specified popover element when clicked + ID of the element to hide + + popovershowtarget + input; + button + Shows the specified popover element when clicked + ID of the element to show + + popovertoggletarget + input; + button + Toggles the specified popover element when clicked + ID of the element to toggle poster video @@ -129433,6 +130672,12 @@ interface External { beforeunload event handler for Window object Event handler content attribute + + onbeforetoggle + HTML elements + beforetoggle event handler + Event handler content attribute + onblur HTML elements @@ -130423,6 +131668,13 @@ INSERT INTERFACES HERE data-x="attr-hidden-until-found-state">hidden=until-found attribute before they are revealed. + + beforetoggle + Event + Elements + Fired on elements with the popover attribute when they + are transitioning between showing and hidden. + beforeunload BeforeUnloadEvent