html5/spec Overview.html,1.5277,1.5278

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10089

Modified Files:
	Overview.html 
Log Message:
Update recommended colors to match reality better. (whatwg r6584)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5277
retrieving revision 1.5278
diff -u -d -r1.5277 -r1.5278
--- Overview.html	23 Sep 2011 22:35:26 -0000	1.5277
+++ Overview.html	23 Sep 2011 23:16:10 -0000	1.5278
@@ -64221,15 +64221,15 @@
 ruby { display: ruby; }
 rt { display: ruby-text; }
 
-:link { color: blue; }
-:visited { color: purple; }
+:link { color: #0000EE; }
+:visited { color: #551A8B; }
 :link, :visited { text-decoration: underline; }
 a:link[rel~=help], a:visited[rel~=help],
 area:link[rel~=help], area:visited[rel~=help] { cursor: help; }
 
 :focus { outline: auto; }
 
-mark { background: yellow; color: black; }
+mark { background: yellow; color: black; } /* this color is just a suggestion and can be changed based on implementation feedback */
 
 abbr[title], acronym[title] { text-decoration: dotted underline; }
 ins, u { text-decoration: underline; }

Received on Friday, 23 September 2011 23:16:16 UTC