diff --git a/css-pseudo-4/Overview.bs b/css-pseudo-4/Overview.bs
index 65b5fa8e1ce7..f9b1fe5211fb 100644
--- a/css-pseudo-4/Overview.bs
+++ b/css-pseudo-4/Overview.bs
@@ -1140,13 +1140,39 @@ Security and Privacy Considerations
the styling of such highlighted segments.
+ For example, a [=part-like pseudo-element=]
+ can be used in the <{html-global/exportparts}> attribute,
+ to masquerade as a ''::part()''
+ for the component it's in:
+
+
+
+
+ You can style my ::before pseudo-element
+ by using ::part(preceding-text), too!
+
+
+
+
+ Unless otherwise specified,
+ any CSS property that applies to elements
+ applies to [=part-like pseudo-elements=].
+
For example, the following rule inserts the string “Note: ”
@@ -1206,7 +1231,9 @@ List Markers: the ''::marker'' pseudo-element
ISSUE: Interaction of ''::marker'' and ''::first-line'' is currently under discussion in
Issue 4506.
- Only a limited set of properties can be used on the ''::marker'' pseudo-element.
+ ''::marker'' is a [=tree-abiding pseudo-element=],
+ but not [=part-like pseudo-element|part-like=];
+ only a limited set of properties can be used on the ''::marker'' pseudo-element.
This list is defined in [[css-lists-3#marker-properties]].
The ''::before::marker'' or ''::after::marker'' selectors
@@ -1229,6 +1256,7 @@ Placeholder Input: the ''::placeholder'' pseudo-element
For example, a date-input field
might have the placeholder text “YYYY/MM/DD”
to clarify that numeric dates are to be entered in year-month-day order.
+ It is a [=tree-abiding pseudo-element=].
For example, according to the semantics of [[HTML]]
@@ -1266,9 +1294,11 @@ Placeholder Input: the ''::placeholder'' pseudo-element
- The ::file-selector-button pseudo-element targets the ''<button>''
- inside an ''<input>'' element with type=file
, if the UA
- renders such a button.
+ The ::file-selector-button pseudo-element
+ targets the ''<button>''
+ inside an ''<input>'' element with type=file
,
+ if the UA renders such a button.
+ It is a [=part-like pseudo-element=].
There is no restriction on which properties apply to the
''::file-selector-button'' pseudo-element.