Skip to content
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: 4 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -91736,6 +91736,10 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
the following steps. They return an <span data-x="HTML elements">HTML element</span> or null.</p>

<ol>
<li><p>If <var>node</var> is a <code>select</code> element which is being rendered as a
<span>drop-down box</span> with <span>base appearance</span>, then return <var>node</var>'s
<span>select popover</span>.</p></li>

<li><p>If <var>node</var> is not a <span data-x="concept-button">button</span>, then return
null.</p></li>

Expand Down