Skip to content

Commit 44d2a40

Browse files
committed
move to css-forms-1
1 parent ee87eb9 commit 44d2a40

File tree

2 files changed

+28
-29
lines changed

2 files changed

+28
-29
lines changed

css-forms-1/Overview.bs

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,34 @@ 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>
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>.
64+
65+
''::select-arrow'' is a [=tree-abiding pseudo-element=]. It accepts all
66+
properties. It inherits from its [=originating element=].
67+
68+
''::select-arrow'' generates a box as if it was an child of its
69+
<a>originating element</a>, after any boxes generated by the ''::after''
70+
pseudo-element, with content as specified by 'content'.
71+
72+
<h3 id="check">
73+
Option checkmark icon: the ''::check'' pseudo-element</h3>
74+
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>.
78+
79+
''::check'' is a [=tree-abiding pseudo-element=]. It accepts all properties.
80+
It inherits from its [=originating element=].
81+
82+
''::check'' generates a box as if it was an child of its <a>originating
83+
element</a>, preceding any boxes generated by the ''::before''
84+
pseudo-element, with content as specified by 'content'.
85+
5886

5987
Basic Styling Proposals {#ideas}
6088
================================

css-pseudo-4/Overview.bs

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,35 +1703,6 @@ details[open]::details-content {
17031703
}</pre>
17041704
</div>
17051705

1706-
<h3 id="select-arrow">
1707-
Select dropdown icon: the ''::select-arrow'' pseudo-element</h3>
1708-
1709-
The ''::select-arrow'' pseudo-element is only generated when the
1710-
<a>originating element</a> is a <{select}> element with <a>base
1711-
appearance</a>.
1712-
1713-
''::select-arrow'' is a [=tree-abiding pseudo-element=]. It accepts all
1714-
properties. It inherits from its [=originating element=].
1715-
1716-
''::select-arrow'' generates a box as if it was an child of its
1717-
<a>originating element</a>, after any boxes generated by the ''::after''
1718-
pseudo-element, with content as specified by 'content'.
1719-
1720-
<h3 id="check">
1721-
Option checkmark icon: the ''::check'' pseudo-element</h3>
1722-
1723-
The '::check'' pseudo-element is only generated when the <a>originating
1724-
element</a> is a <{option}> element which has an ancestor <{select}> element
1725-
with <a>base appearance</a>.
1726-
1727-
''::check'' is a [=tree-abiding pseudo-element=]. It accepts all properties.
1728-
It inherits from its [=originating element=].
1729-
1730-
''::check'' generates a box as if it was an child of its <a>originating
1731-
element</a>, preceding any boxes generated by the ''::before''
1732-
pseudo-element, with content as specified by 'content'.
1733-
1734-
17351706
<h2 id="interactions">
17361707
Overlapping Pseudo-element Interactions</h2>
17371708

0 commit comments

Comments
 (0)