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
8 changes: 5 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -148711,9 +148711,11 @@ progress { appearance: auto; }</code></pre>

<li><p>A <dfn>select popover</dfn>, which is a <code>div</code> element. It is appended to the
<code>select</code>'s <span>shadow root</span> as the second child, after the <span>select button
slot</span>. The <code>select</code> element's <span>'::picker'</span> pseudo-element is the
<span>select popover</span> if the <span data-x="picker form control identifier">provided
argument</span> is <code data-x="">select</code>.</p></li>
slot</span>. The <span>select popover</span> has the <code data-x="attr-popover">popover</code>
attribute set to <code data-x="attr-popover-auto">auto</code>. The <code>select</code> element's
<span>'::picker'</span> pseudo-element is the <span>select popover</span> if the <span
data-x="picker form control identifier">provided argument</span> is <code
data-x="">select</code>.</p></li>

<li><p>A <dfn>select popover slot</dfn>, which is a <code>slot</code> element. It is appended to
the <span>select popover</span>. It is <span>expected</span> to take all child nodes of the
Expand Down
Loading