-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathcss-forms.json
37 lines (37 loc) · 2.06 KB
/
css-forms.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"spec": {
"title": "CSS Form Styling Module Level 1",
"url": "https://drafts.csswg.org/css-forms-1/"
},
"properties": [],
"atrules": [],
"selectors": [
{
"name": "::picker()",
"prose": "The ::picker() pseudo-element targets the popup picker of form control elements which have popup pickers, such as the select element. It is an element-backed pseudo-element.",
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-picker",
"value": "::picker( <ident>+ )"
},
{
"name": "::slider-thumb",
"prose": "The ::slider-thumb pseudo-element represents the portion that allows the user to adjust the progress of the control. That portion may be omitted for controls where the progress is not adjustable. Disabled controls should provide this portion if the enabled state allows adjusting the progress.",
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-slider-thumb"
},
{
"name": "::slider-track",
"prose": "The ::slider-track pseudo-element represents the portion containing both the progressed and unprogressed portions of the control.",
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-slider-track"
},
{
"name": "::slider-fill",
"prose": "The ::slider-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 is expected to give this portion an inline-size of zero.",
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-slider-fill"
},
{
"name": "::slider-options-track",
"prose": "The ::slider-options-track pseudo-element represents the portion containing the options. It is expected to render at the same width as ::slider-track and underneath it in the block direction. With `appearance: auto`, the user agent may draw tickmarks corresponding to the options given by the associated ` `.",
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-slider-options-track"
}
],
"values": []
}