csswg/css3-values Overview.html,1.95,1.96 Overview.src.html,1.98,1.99

Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv6930

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Changed attr() of type color's default value to 'currentColor'

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Overview.html	10 Oct 2011 20:22:39 -0000	1.95
+++ Overview.html	10 Oct 2011 20:23:40 -0000	1.96
@@ -1531,8 +1531,7 @@
    <dt>color
 
    <dd>The attribute value will be interpreted as a CSS &lt;color> value. The
-    default is UA dependent but must be the same as the initial value of the
-    &lsquo;<code class=property>color</code>&rsquo; property.
+    default is &lsquo;<code class=css>currentColor</code>&rsquo;.
 
    <dt>url
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- Overview.src.html	10 Oct 2011 20:22:39 -0000	1.98
+++ Overview.src.html	10 Oct 2011 20:23:40 -0000	1.99
@@ -1084,8 +1084,7 @@
 <dt>color
 
 <dd>The attribute value will be interpreted as a CSS &lt;color> value. The
-default is UA dependent but must be the same as the initial
-value of the 'color' property.
+default is ''currentColor''.
 
 <dt>url
 

Received on Monday, 10 October 2011 20:23:44 UTC