@@ -55,31 +55,30 @@ Styling form control pickers: the ''::picker()'' pseudo-element</h3>
55
55
</style>
56
56
</pre>
57
57
58
- <h3 id="select-arrow ">
59
- Select dropdown icon: the ''::select-arrow '' pseudo-element</h3>
58
+ <h3 id="picker-icon ">
59
+ Picker opener icon: the ''::picker-icon '' pseudo-element</h3>
60
60
61
- The ''::select-arrow'' pseudo-element is only generated when the
62
- <a>originating element</a> is a <{select}> element with <a>base
63
- appearance</a> .
61
+ The ''::picker-icon'' pseudo-element is only generated when the
62
+ <a>originating element</a> has <a>base appearance</a> and opens a picker.
64
63
65
- ''::select-arrow '' is a [=tree-abiding pseudo-element=] . It accepts all
64
+ ''::picker-icon '' is a [=tree-abiding pseudo-element=] . It accepts all
66
65
properties. It inherits from its [=originating element=] .
67
66
68
- ''::select-arrow '' generates a box as if it was an child of its
67
+ ''::picker-icon '' generates a box as if it was an child of its
69
68
<a>originating element</a> , after any boxes generated by the ''::after''
70
69
pseudo-element, with content as specified by 'content' .
71
70
72
- <h3 id="check ">
73
- Option checkmark icon: the ''::check '' pseudo-element</h3>
71
+ <h3 id="checkmark ">
72
+ Checkmark icon: the ''::checkmark '' pseudo-element</h3>
74
73
75
- The '::check ' ' pseudo-element is only generated when the <a>originating
76
- element</a> is a <{option}> element which has an ancestor <{select}> element
77
- with <a>base appearance</a> .
74
+ The '::checkmark ' ' pseudo-element is only generated when the <a>originating
75
+ element</a> supports the <a>:checked</a> pseudo-class and either has <a>base
76
+ appearance</a> or an ancestor with <a>base appearance</a> .
78
77
79
- ''::check '' is a [=tree-abiding pseudo-element=] . It accepts all properties.
78
+ ''::checkmark '' is a [=tree-abiding pseudo-element=] . It accepts all properties.
80
79
It inherits from its [=originating element=] .
81
80
82
- ''::check '' generates a box as if it was an child of its <a>originating
81
+ ''::checkmark '' generates a box as if it was an child of its <a>originating
83
82
element</a> , preceding any boxes generated by the ''::before''
84
83
pseudo-element, with content as specified by 'content' .
85
84
0 commit comments