- From: poot <cvsmail@w3.org>
- Date: Fri, 23 Sep 2011 19:16:22 -0400
- To: public-html-diffs@w3.org
hixie: Update recommended colors to match reality better. (whatwg r6584) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5277&r2=1.5278&f=h http://html5.org/tools/web-apps-tracker?from=6583&to=6584 =================================================================== 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:24 UTC