- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 10 Oct 2011 22:12:00 +0000
- To: public-css-commits@w3.org
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 ‘<code class=css>attr()</code>’ expression cannot currently fall back onto another attribute. Future versions of CSS - may extend ‘<code class=css>attr()</code>’ in this direction. - - <p class=issue>Should ‘<code class=css>attr()</code>’ 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 ‘<code class=css>attr()</code>’ 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