Skip to content

Commit 992a99d

Browse files
committed
dont tie to select
1 parent 44d2a40 commit 992a99d

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

css-forms-1/Overview.bs

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,31 +55,30 @@ Styling form control pickers: the ''::picker()'' pseudo-element</h3>
5555
&lt;/style>
5656
</pre>
5757

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>
6060

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.
6463

65-
''::select-arrow'' is a [=tree-abiding pseudo-element=]. It accepts all
64+
''::picker-icon'' is a [=tree-abiding pseudo-element=]. It accepts all
6665
properties. It inherits from its [=originating element=].
6766

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
6968
<a>originating element</a>, after any boxes generated by the ''::after''
7069
pseudo-element, with content as specified by 'content'.
7170

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>
7473

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>.
7877

79-
''::check'' is a [=tree-abiding pseudo-element=]. It accepts all properties.
78+
''::checkmark'' is a [=tree-abiding pseudo-element=]. It accepts all properties.
8079
It inherits from its [=originating element=].
8180

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
8382
element</a>, preceding any boxes generated by the ''::before''
8483
pseudo-element, with content as specified by 'content'.
8584

0 commit comments

Comments
 (0)