[html5] r8867 - [giow] (0) active links should be color:red Fixing https://www.w3.org/Bugs/Publi [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 26 16:35:46 PST 2014


Author: ianh
Date: 2014-11-26 16:35:42 -0800 (Wed, 26 Nov 2014)
New Revision: 8867

Modified:
   complete.html
   index
   source
Log:
[giow] (0) active links should be color:red
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=27218
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2014-11-27 00:33:09 UTC (rev 8866)
+++ complete.html	2014-11-27 00:35:42 UTC (rev 8867)
@@ -78091,6 +78091,7 @@
 
 :link { color: #0000EE; }
 :visited { color: #551A8B; }
+:link:active, :visited:active { color: #FF0000; }
 :link, :visited { text-decoration: underline; cursor: pointer; }
 a:link[rel~=help], a:visited[rel~=help],
 area:link[rel~=help], area:visited[rel~=help] { cursor: help; }

Modified: index
===================================================================
--- index	2014-11-27 00:33:09 UTC (rev 8866)
+++ index	2014-11-27 00:35:42 UTC (rev 8867)
@@ -78091,6 +78091,7 @@
 
 :link { color: #0000EE; }
 :visited { color: #551A8B; }
+:link:active, :visited:active { color: #FF0000; }
 :link, :visited { text-decoration: underline; cursor: pointer; }
 a:link[rel~=help], a:visited[rel~=help],
 area:link[rel~=help], area:visited[rel~=help] { cursor: help; }

Modified: source
===================================================================
--- source	2014-11-27 00:33:09 UTC (rev 8866)
+++ source	2014-11-27 00:35:42 UTC (rev 8867)
@@ -106681,6 +106681,7 @@
 
 :link { color: #0000EE; }
 :visited { color: #551A8B; }
+:link:active, :visited:active { color: #FF0000; }
 :link, :visited { text-decoration: underline; cursor: pointer; }
 a:link[rel~=help], a:visited[rel~=help],
 area:link[rel~=help], area:visited[rel~=help] { cursor: help; }



More information about the Commit-Watchers mailing list