You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For HTML form controls specifically, these principles are applied through the required user agent stylesheet defined in [[#basic-appearance-stylesheet]].
73
83
74
-
## Examples
84
+
## Examples {#ex-appearance}
75
85
76
86
ISSUE: Refine these examples through implementation, experimentation, bikeshedding and improvements to the user agent stylesheet.
<img src="images/base-example-2.png" style="width: 100%; height: auto;" alt="Screenshot of a customized basic appearance with green text and a black background">
132
142
</div>
133
143
134
-
# Styling Pickers
144
+
# Styling Pickers {#pickers}
135
145
136
-
## The ''::picker()'' pseudo-element
146
+
## The ''::picker()'' pseudo-element {#picker-pseudo}
137
147
138
148
The <dfn>::picker()</dfn> pseudo-element represents the part of the form control that pops out of the page.
<pre class="lang-css">::file-selector-button { border: 3px solid green }</pre>
313
323
</div>
314
324
315
-
## Styling Checkmarks: the ''::checkmark'' pseudo-element
325
+
## Styling Checkmarks: the ''::checkmark'' pseudo-element {#checkmark}
316
326
317
327
The <dfn>::checkmark</dfn> pseudo-element represents an indicator of whether the item is checked, and is present on checkboxes, radios, and option elements.
The <dfn>:optimal-value</dfn> pseudo-class matches on a <{meter}> element when its value is in the range determined by the `optimum` / `low` / `high` HTML attributes.
574
584
575
-
## Targeting Selects that are Listboxes
585
+
## Targeting Selects that are Listboxes {#selects-listboxes}
576
586
577
587
ISSUE(7422): Define something.
578
588
579
-
# The ''control-value()'' function
589
+
# The ''control-value()'' function {#control-value}
580
590
581
591
ISSUE: This is not ready for implementation, file an issue regarding this.
0 commit comments