File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -3864,7 +3864,12 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
3864
3864
<ref>CSSFORMS</ref></p>
3865
3865
3866
3866
<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
3868
3873
pseudo-element</dfn></li>
3869
3874
</ul>
3870
3875
@@ -138165,6 +138170,17 @@ progress { appearance: auto; }</code></pre>
138165
138170
<p>The <span>select popover</span>'s <span>implicit anchor element</span> is its associated
138166
138171
<code>select</code> element.</p>
138167
138172
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
+
138168
138184
<p>An <code>optgroup</code> element is expected to be rendered by displaying the element's <code
138169
138185
data-x="attr-optgroup-label">label</code> attribute.</p>
138170
138186
You can’t perform that action at this time.
0 commit comments