[html5] r6584 - [giow] (2) Update recommended colors to match reality better. Fixing http://www. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 23 16:13:46 PDT 2011
Author: ianh
Date: 2011-09-23 16:13:44 -0700 (Fri, 23 Sep 2011)
New Revision: 6584
Modified:
complete.html
index
source
Log:
[giow] (2) Update recommended colors to match reality better.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13330
Modified: complete.html
===================================================================
--- complete.html 2011-09-23 22:32:59 UTC (rev 6583)
+++ complete.html 2011-09-23 23:13:44 UTC (rev 6584)
@@ -92148,15 +92148,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; }<!-- CSS3 http://dev.w3.org/csswg/css3-text/#text-decoration-style -->
ins, u { text-decoration: underline; }
Modified: index
===================================================================
--- index 2011-09-23 22:32:59 UTC (rev 6583)
+++ index 2011-09-23 23:13:44 UTC (rev 6584)
@@ -87573,15 +87573,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; }<!-- CSS3 http://dev.w3.org/csswg/css3-text/#text-decoration-style -->
ins, u { text-decoration: underline; }
Modified: source
===================================================================
--- source 2011-09-23 22:32:59 UTC (rev 6583)
+++ source 2011-09-23 23:13:44 UTC (rev 6584)
@@ -104417,15 +104417,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; }<!-- CSS3 http://dev.w3.org/csswg/css3-text/#text-decoration-style -->
ins, u { text-decoration: underline; }
More information about the Commit-Watchers
mailing list