This article needs a technical review. How you can help.
This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
SummaryEdit
The ::placeholder
CSS pseudo-element represents the placeholder text of a form element. This allows web developers and theme designers to customize the appearance of placeholder text.
Only the subset of CSS properties that apply to the ::first-line
pseudo-element can be used in a rule using ::placeholder
in its selector.
SpecificationsEdit
Specification | Status | Comment |
---|---|---|
CSS Pseudo-Elements Level 4 The definition of '::placeholder' in that specification. |
Working Draft | Initial definition |
Browser compatibilityEdit
See alsoEdit
- The non-standard equivalents of this pseudo-element:
- Forms in HTML
<input>
<textarea>