Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -81304,14 +81304,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"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/data-dfn-for/for/ throughout.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, and I am folding this into #8886

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 Expand Up @@ -81655,7 +81657,7 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
given <span>this</span> and true.</p></li>
</ol>

<p>To <dfn data-x="hide-all-popovers-until">hide all popovers until</dfn>, given an <span
<p>To <dfn export data-x="hide-all-popovers-until">hide all popovers until</dfn>, given an <span
data-x="HTML elements">HTML element</span> <var>endpoint</var>, a boolean
<var>focusPreviousElement</var>, and a boolean <var>dontFireEvents</var>:</p>

Expand Down