Open Bug 648643 Opened 13 years ago Updated 2 years ago

Implement ::value pseudo-element (for some form elements)

Categories

(Core :: CSS Parsing and Computation, defect)

defect

Tracking

()

People

(Reporter: mounir, Unassigned)

References

()

Details

(Keywords: css3, dev-doc-needed)

I guess ::value should let you manipulate the text content for text fields. That would be the first step. (for <input type='number'>, it could let you access the text field)
Precisely. ::value should let you style *just* the value portion of inputs, especially the new HTML5 input types which have custom UI presentation.

Similarly we need ::choices for styling the popped-up list of choices in <select> pop-up menu and similarly for an <input> that refers to a <datalist> per https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.