@@ -266,6 +266,10 @@ Markup Shorthands: css yes, markdown yes
266
266
<td> `<input type=color> `</td>
267
267
<td> ''::color-swatch'' </td>
268
268
</tr>
269
+ <tr>
270
+ <td> `<textarea> `</td>
271
+ <td> See [[#textarea-pseudos]] </td>
272
+ </tr>
269
273
<tr>
270
274
<td> `<select> `</td>
271
275
<td> ''::picker-icon'' </td>
@@ -382,6 +386,11 @@ Markup Shorthands: css yes, markdown yes
382
386
## Styling Parts for Text Fields: the ''::field-text'' and ''::clear-icon'' pseudo-elements ## {#field-pseudos}
383
387
384
388
<dl export>
389
+ <dt> <dfn>''::placeholder''</dfn>
390
+ <dd>
391
+ The ''::placeholder'' pseudo-element represents
392
+ the portion of the <{input}> that contains the placeholder text.
393
+
385
394
<dt> <dfn>::field-text</dfn>
386
395
<dd>
387
396
The ''::field-text'' pseudo-element represents
@@ -401,7 +410,27 @@ Markup Shorthands: css yes, markdown yes
401
410
402
411
ISSUE: Collect parts used by autofill.
403
412
404
- ISSUE: Define something for the password visibility toggle for user agents implementing it?
413
+ ISSUE(11845): Define something for the password visibility toggle for user agents implementing it?
414
+
415
+ ISSUE(11844): Define how `::placeholder` interacts with `::field-text`.
416
+
417
+ ## Styling Parts for textareas: the ''::placeholder'' and ''::field-text'' pseudo-elements ## {#textarea-pseudos}
418
+
419
+ <dl export>
420
+ <dt><span> ''::placeholder'' </span>
421
+ <dd>
422
+ The ''::placeholder'' pseudo-element represents
423
+ the portion of the <{textarea}> that contains the placeholder text.
424
+
425
+ <dt><span> ''::field-text'' </span>
426
+ <dd>
427
+ The ''::field-text'' pseudo-element represents
428
+ the portion of the <{textarea}> that contains the editable text.
429
+ </dl>
430
+
431
+ ISSUE(11850): Define something for the resizer.
432
+
433
+ ISSUE(11844): Define how `::placeholder` interacts with `::field-text`.
405
434
406
435
## Styling Parts for Number Fields: the ''::step-control'' , ''::step-up'' and ''::step-down'' pseudo-elements ## {#number-pseudos}
407
436
0 commit comments