csswg/css3-values Overview.html,1.103,1.104 Overview.src.html,1.106,1.107

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Removed the issue about attr()'s applicability across source languages - not an issue.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- Overview.html	10 Oct 2011 22:10:51 -0000	1.103
+++ Overview.html	10 Oct 2011 22:11:58 -0000	1.104
@@ -1719,12 +1719,7 @@
 
   <p class=note>The &lsquo;<code class=css>attr()</code>&rsquo; expression
    cannot currently fall back onto another attribute. Future versions of CSS
-   may extend &lsquo;<code class=css>attr()</code>&rsquo; in this direction.
-
-  <p class=issue>Should &lsquo;<code class=css>attr()</code>&rsquo; be
-   allowed on any property, in any source language? For example, do we expect
-   UAs to honor this rule for HTML documents?: <code>P[COLOR] { color:
-   attr(COLOR, color) }</code>.</p>
+   may extend &lsquo;<code class=css>attr()</code>&rsquo; in this direction.</p>
   <!--
 <h4>The 'counter' function</h4>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Overview.src.html	10 Oct 2011 22:10:51 -0000	1.106
+++ Overview.src.html	10 Oct 2011 22:11:58 -0000	1.107
@@ -1224,10 +1224,6 @@
 	another attribute. Future versions of CSS may extend ''attr()'' in this
 	direction.</p>
 
-	<p class="issue">Should ''attr()'' be allowed on any property, in any
-	source language? For example, do we expect UAs to honor this rule for HTML
-	documents?: <code>P[COLOR] { color: attr(COLOR, color) }</code>.</p>
-
 
 <!--
 <h4>The 'counter' function</h4>

Received on Monday, 10 October 2011 22:12:05 UTC