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]].
83
83
84
-
## Examples {#ex-appearance}
84
+
## Examples ## {#ex-appearance}
85
85
86
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">
142
142
</div>
143
143
144
-
# Styling Pickers {#pickers}
144
+
# Styling Pickers # {#pickers}
145
145
146
-
## The ''::picker()'' pseudo-element {#picker-pseudo}
146
+
## The ''::picker()'' pseudo-element ## {#picker-pseudo}
147
147
148
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>
323
323
</div>
324
324
325
-
## Styling Checkmarks: the ''::checkmark'' pseudo-element {#checkmark}
325
+
## Styling Checkmarks: the ''::checkmark'' pseudo-element ## {#checkmark}
326
326
327
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.
584
584
585
-
## Targeting Selects that are Listboxes {#selects-listboxes}
585
+
## Targeting Selects that are Listboxes ## {#selects-listboxes}
586
586
587
587
ISSUE(7422): Define something.
588
588
589
-
# The ''control-value()'' function {#control-value}
589
+
# The ''control-value()'' function # {#control-value}
590
590
591
591
ISSUE: This is not ready for implementation, file an issue regarding this.
0 commit comments