Skip to content

Editorial: export Document's showing hint and auto popover lists #11140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -87530,7 +87530,7 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<li><p>Return true.</p></li>
</ol>

<p>To get the <dfn id="auto-popover-list">showing auto popover list</dfn> for a
<p>To get the <dfn id="auto-popover-list" export>showing auto popover list</dfn> for a
<code>Document</code> <var>document</var>:</p>

<ol>
Expand Down Expand Up @@ -87563,7 +87563,7 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<li><p>Return <var>popovers</var>.</p></li>
</ol>

<p>To get the <dfn>showing hint popover list</dfn> for a <code>Document</code>
<p>To get the <dfn export>showing hint popover list</dfn> for a <code>Document</code>
<var>document</var>:</p>

<ol>
Expand Down