Skip to content

Commit bb763db

Browse files
committed
update pseudo-elements for native/primitive appearance
1 parent c04849e commit bb763db

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

source

+17-1
Original file line numberDiff line numberDiff line change
@@ -3864,7 +3864,12 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
38643864
<ref>CSSFORMS</ref></p>
38653865

38663866
<ul class="brief">
3867-
<li>The <dfn data-x-href="https://drafts.csswg.org/css-forms/#picker-pseudo-element">picker
3867+
<li>The <dfn data-x-href="https://drafts.csswg.org/css-forms/#the-picker-pseudo-element">picker
3868+
pseudo-element</dfn></li>
3869+
<li>The <dfn data-x-href="https://drafts.csswg.org/css-forms/#selectordef-checkmark">checkmark
3870+
pseudo-element</dfn></li>
3871+
<li>The <dfn
3872+
data-x-href="https://drafts.csswg.org/css-forms/#picker-opener-icon-the-picker-icon-pseudo-element">picker-icon
38683873
pseudo-element</dfn></li>
38693874
</ul>
38703875

@@ -138165,6 +138170,17 @@ progress { appearance: auto; }</code></pre>
138165138170
<p>The <span>select popover</span>'s <span>implicit anchor element</span> is its associated
138166138171
<code>select</code> element.</p>
138167138172

138173+
<p>When a <code>select</code> element is being rendered with <span>native appearance</span> or
138174+
<span>primitive appearance</span>, the <span>picker pseudo-element</span> and the
138175+
<span>picker-icon pseudo-element</span> do not apply.</p>
138176+
138177+
<p>The <span>picker pseudo-element</span> is not rendered when if it has <span>native
138178+
appearance</span> or <span>primitive appearance</span>.</p>
138179+
138180+
<p>The <span>checkmark pseudo-element</span> only applies to <code>option</code> elements which
138181+
are inside a <code>select</code> element whose <span>picker pseudo-element</span> has <span>base
138182+
appearance</span>.</p>
138183+
138168138184
<p>An <code>optgroup</code> element is expected to be rendered by displaying the element's <code
138169138185
data-x="attr-optgroup-label">label</code> attribute.</p>
138170138186

0 commit comments

Comments
 (0)