@@ -370,6 +374,11 @@ Markup Shorthands: css yes, markdown yes
## Styling Parts for Text Fields: the ''::field-text'' and ''::clear-icon'' pseudo-elements ## {#field-pseudos}
+
''::placeholder''
+
+ The ''::placeholder'' pseudo-element represents
+ the portion of the <{input}> that contains the placeholder text.
+
::field-text
The ''::field-text'' pseudo-element represents
@@ -389,7 +398,27 @@ Markup Shorthands: css yes, markdown yes
ISSUE: Collect parts used by autofill.
- ISSUE: Define something for the password visibility toggle for user agents implementing it?
+ ISSUE(11845): Define something for the password visibility toggle for user agents implementing it?
+
+ ISSUE(11844): Define how `::placeholder` interacts with `::field-text`.
+
+## Styling Parts for textareas: the ''::placeholder'' and ''::field-text'' pseudo-elements ## {#textarea-pseudos}
+
+
+
''::placeholder''
+
+ The ''::placeholder'' pseudo-element represents
+ the portion of the <{textarea}> that contains the placeholder text.
+
+
''::field-text''
+
+ The ''::field-text'' pseudo-element represents
+ the portion of the <{textarea}> that contains the editable text.
+
+
+ ISSUE(11850): Define something for the resizer.
+
+ ISSUE(11844): Define how `::placeholder` interacts with `::field-text`.
## Styling Parts for Number Fields: the ''::step-control'', ''::step-up'' and ''::step-down'' pseudo-elements ## {#number-pseudos}