| 
93 | 93 |     {  | 
94 | 94 |       "name": "::picker-icon",  | 
95 | 95 |       "prose": "The ::picker-icon pseudo-element represents the part of the control that represents the icon denoting the presence of the picker. It is only generated when the originating element has basic appearance and if it opens a picker. It is a fully styleable pseudo-element and inherits from its originating element.",  | 
96 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-picker-icon"  | 
 | 96 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-picker-icon",  | 
 | 97 | +      "value": "::picker-icon"  | 
97 | 98 |     },  | 
98 | 99 |     {  | 
99 | 100 |       "name": "::file-selector-button",  | 
100 | 101 |       "prose": "The ::file-selector-button pseudo-element represents the button used to open a file picker, if the UA renders such a button.",  | 
101 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-file-selector-button"  | 
 | 102 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-file-selector-button",  | 
 | 103 | +      "value": "::file-selector-button"  | 
102 | 104 |     },  | 
103 | 105 |     {  | 
104 | 106 |       "name": "::checkmark",  | 
105 | 107 |       "prose": "The ::checkmark pseudo-element represents an indicator of whether the item is checked, and is present on checkboxes, radios, and option elements.",  | 
106 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-checkmark"  | 
 | 108 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-checkmark",  | 
 | 109 | +      "value": "::checkmark"  | 
107 | 110 |     },  | 
108 | 111 |     {  | 
109 | 112 |       "name": "::thumb",  | 
110 | 113 |       "prose": "The ::thumb pseudo-element represents the portion that allows the user to adjust the progress of the control.",  | 
111 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-thumb"  | 
 | 114 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-thumb",  | 
 | 115 | +      "value": "::thumb"  | 
112 | 116 |     },  | 
113 | 117 |     {  | 
114 | 118 |       "name": "::track",  | 
115 | 119 |       "prose": "The ::track pseudo-element represents the portion containing both the progressed and unprogressed portions of the control.",  | 
116 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-track"  | 
 | 120 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-track",  | 
 | 121 | +      "value": "::track"  | 
117 | 122 |     },  | 
118 | 123 |     {  | 
119 | 124 |       "name": "::fill",  | 
120 | 125 |       "prose": "The ::fill pseudo-element represents the portion containing the progressed portion of the control. When the progress of control is undetermined (like with <progress indeterminate>), the user agent must give this portion an inline-size of zero.",  | 
121 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-fill"  | 
 | 126 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-fill",  | 
 | 127 | +      "value": "::fill"  | 
122 | 128 |     },  | 
123 | 129 |     {  | 
124 | 130 |       "name": "::placeholder",  | 
125 | 131 |       "prose": "The ::placeholder pseudo-element represents the portion of the input that contains the placeholder text.",  | 
126 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-placeholder"  | 
 | 132 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-placeholder",  | 
 | 133 | +      "value": "::placeholder"  | 
127 | 134 |     },  | 
128 | 135 |     {  | 
129 | 136 |       "name": "::field-text",  | 
130 | 137 |       "prose": "The ::field-text pseudo-element represents the portion of the input that contains the editable text.",  | 
131 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-field-text"  | 
 | 138 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-field-text",  | 
 | 139 | +      "value": "::field-text"  | 
132 | 140 |     },  | 
133 | 141 |     {  | 
134 | 142 |       "name": "::clear-icon",  | 
135 | 143 |       "prose": "The ::clear-icon pseudo-element represents the portion of the input that allows the user to clear the input when clicked if provided by the user agent. With appearance: textfield, the user agent must not generate this part.",  | 
136 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-clear-icon"  | 
 | 144 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-clear-icon",  | 
 | 145 | +      "value": "::clear-icon"  | 
137 | 146 |     },  | 
138 | 147 |     {  | 
139 | 148 |       "name": "::step-control",  | 
140 | 149 |       "prose": "The ::step-control pseudo-element represents the portion of a number input that contains the up and down buttons.",  | 
141 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-step-control"  | 
 | 150 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-step-control",  | 
 | 151 | +      "value": "::step-control"  | 
142 | 152 |     },  | 
143 | 153 |     {  | 
144 | 154 |       "name": "::step-up",  | 
145 | 155 |       "prose": "The ::step-up pseudo-element represents the button that increments the value inside a number input when activated.",  | 
146 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-step-up"  | 
 | 156 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-step-up",  | 
 | 157 | +      "value": "::step-up"  | 
147 | 158 |     },  | 
148 | 159 |     {  | 
149 | 160 |       "name": "::step-down",  | 
150 | 161 |       "prose": "The ::step-down pseudo-element represents the button that decrements the value inside a number input when activated.",  | 
151 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-step-down"  | 
 | 162 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-step-down",  | 
 | 163 | +      "value": "::step-down"  | 
152 | 164 |     },  | 
153 | 165 |     {  | 
154 | 166 |       "name": "::field-component",  | 
155 | 167 |       "prose": "The ::field-component pseudo-element represents the portions of the control that contain the date/time component values.",  | 
156 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-field-component"  | 
 | 168 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-field-component",  | 
 | 169 | +      "value": "::field-component"  | 
157 | 170 |     },  | 
158 | 171 |     {  | 
159 | 172 |       "name": "::field-separator",  | 
160 | 173 |       "prose": "The ::field-separator pseudo-element represents the portions of the control that separate the date/time component values if the user agent provides those portions.",  | 
161 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-field-separator"  | 
 | 174 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-field-separator",  | 
 | 175 | +      "value": "::field-separator"  | 
162 | 176 |     },  | 
163 | 177 |     {  | 
164 | 178 |       "name": "::color-swatch",  | 
165 | 179 |       "prose": "The ::color-swatch pseudo-element represents the portion of the control that displays the chosen color value.",  | 
166 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-color-swatch"  | 
 | 180 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-color-swatch",  | 
 | 181 | +      "value": "::color-swatch"  | 
167 | 182 |     },  | 
168 | 183 |     {  | 
169 | 184 |       "name": ":low-value",  | 
170 | 185 |       "prose": "The :low-value pseudo-class matches on a meter element when its value is under the value specified by the low HTML attribute.",  | 
171 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-low-value"  | 
 | 186 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-low-value",  | 
 | 187 | +      "value": ":low-value"  | 
172 | 188 |     },  | 
173 | 189 |     {  | 
174 | 190 |       "name": ":high-value",  | 
175 | 191 |       "prose": "The :high-value pseudo-class matches on a meter element when its value is over the value specified by the high HTML attribute.",  | 
176 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-high-value"  | 
 | 192 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-high-value",  | 
 | 193 | +      "value": ":high-value"  | 
177 | 194 |     },  | 
178 | 195 |     {  | 
179 | 196 |       "name": ":optimal-value",  | 
180 | 197 |       "prose": "The :optimal-value pseudo-class matches on a meter element when its value is in the range determined by the optimum / low / high HTML attributes.",  | 
181 |  | -      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-optimal-value"  | 
 | 198 | +      "href": "https://www.w3.org/TR/css-forms-1/#selectordef-optimal-value",  | 
 | 199 | +      "value": ":optimal-value"  | 
182 | 200 |     }  | 
183 | 201 |   ],  | 
184 | 202 |   "values": [  | 
 | 
0 commit comments