diff --git a/selectors-4/Overview.bs b/selectors-4/Overview.bs
index 8148fcb7b20..3a93e0dfee9 100644
--- a/selectors-4/Overview.bs
+++ b/selectors-4/Overview.bs
@@ -27,6 +27,12 @@ Ignored Vars: identifier, extended filtering
spec:css-syntax-3; type:dfn; text:identifier
+spec:css-color-4; type:property; text:color
+spec:css-pseudo-4; type:selector;
+ text: ::first-line
+ text: ::first-letter
+ text: ::before
+ text: ::after
@@ -1966,7 +1972,7 @@ The Hyperlink Pseudo-class: '':any-link''
The Link History Pseudo-classes: '':link'' and '':visited''
- User agents commonly display unvisited hyperlinks
+ User agents commonly render unvisited hyperlinks
differently from previously visited ones.
Selectors provides the pseudo-classes
:link and :visited
@@ -2017,7 +2023,7 @@ The Link History Pseudo-classes: '':link'' and '':visited''
* 'fill-color'
* 'stroke-color'
- These are |el|’s :visited styles.
+ These are |el|’s :visited styles.
4. If |el|’s relevant link is actually visited,
then for the allowed :visited properties,
@@ -2127,7 +2133,7 @@ The Link History Pseudo-classes: '':link'' and '':visited''
might affect the positions of other elements on the page;
lying about these knock-on effects to hide the styling
would be much more expensive for the user agent.
- Limiting it just a handful of properties that can only apply colors
+ Limiting it to just a handful of properties that can only apply colors
ensures that as little information is leakable as possible.
@@ -2147,7 +2153,6 @@ The Link History Pseudo-classes: '':link'' and '':visited''
or at least that such urls are loaded at the same time
regardless of whether a link is visited or not.
-
The Local Link Pseudo-class: '':local-link''