From 4414d8eb325c772e12f08977de41f2d4b0320376 Mon Sep 17 00:00:00 2001 From: Victoria Su Date: Wed, 13 Dec 2017 11:31:14 +1100 Subject: [PATCH] Added note for :link and :visited pseudo classes 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. fixes #2037 --- selectors-4/Overview.bs | 4 ++++ 1 file changed, 4 insertions(+) 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''