File tree 2 files changed +28
-29
lines changed
2 files changed +28
-29
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,34 @@ 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>
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
+
58
86
59
87
Basic Styling Proposals {#ideas}
60
88
================================
Original file line number Diff line number Diff line change @@ -1703,35 +1703,6 @@ details[open]::details-content {
1703
1703
}</pre>
1704
1704
</div>
1705
1705
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
-
1735
1706
<h2 id="interactions">
1736
1707
Overlapping Pseudo-element Interactions</h2>
1737
1708
You can’t perform that action at this time.
0 commit comments