Skip to content

Commit

Permalink
Export some popover dfns
Browse files Browse the repository at this point in the history
These dfns need to be exported in order to be used in the fullscreen
spec: whatwg/fullscreen#204
  • Loading branch information
josepharhar committed Feb 17, 2023
1 parent 0d2d44d commit 0b7026f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -81489,14 +81489,16 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
must <span>reflect</span> the <span data-x="attr-popover">popover</span> attribute, <span>limited
to only known values</span>.</p>

<p>Every <span data-x="HTML elements">HTML element</span> has a <dfn>popover visibility
<p>Every <span data-x="HTML elements">HTML element</span> has a <dfn export>popover visibility
state</dfn>, initially <span data-x="popover-hidden-state">hidden</span>, with these potential
values:</p>

<ul>
<li><p><dfn data-x="popover-hidden-state">hidden</dfn></p></li>
<li><p><dfn export data-dfn-for="popover visibility state"
data-x="popover-hidden-state">hidden</dfn></p></li>

<li><p><dfn data-x="popover-showing-state">showing</dfn></p></li>
<li><p><dfn export data-dfn-for="popover visibility state"
data-x="popover-showing-state">showing</dfn></p></li>
</ul>

<p>The <code>Document</code> has an <dfn>auto popover list</dfn>, which is a <span>list</span>,
Expand Down

0 comments on commit 0b7026f

Please sign in to comment.