diff --git a/css-forms-1/Overview.bs b/css-forms-1/Overview.bs index 1107bc23992..e72b43b9757 100644 --- a/css-forms-1/Overview.bs +++ b/css-forms-1/Overview.bs @@ -230,9 +230,12 @@ spec:css-forms-1; type:value; for:/; text:::placeholder
+ ├─ ''::field-text'' + │ ├─ ''::field-component'' + │ └─ ''::field-separator'' + └─ ''::picker-icon'' +See [[#date-time-pseudos]] @@ -548,7 +551,8 @@ spec:css-forms-1; type:value; for:/; text:::placeholder Those pseudo-elements are siblings. The exact structure of the control is determined by internationalization and by the host language, - but must be consistent across user-agents. + but must be consistent across user-agents. ''::field-component'' and ''::field-separator'' pseudo-elements are all contained within + a ''::field-text'' pseudo-element.