diff --git a/selectors-4/Overview.bs b/selectors-4/Overview.bs index 04da7ff3ef1..664f1c53f43 100644 --- a/selectors-4/Overview.bs +++ b/selectors-4/Overview.bs @@ -1936,6 +1936,10 @@ The Link History Pseudo-classes: '':link'' and '':visited'' or implement other measures to preserve the user's privacy while rendering visited and unvisited links differently. + Note: UAs may display chosen colors for :visited and :link elements, + but only return the :link colors from getComputedStyle(). + For non-color properties, UAs may treat all links as unvisited. +

The Target Pseudo-class: '':target''