- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 04 Jun 2011 06:57:21 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-conditional
In directory hutz:/tmp/cvs-serv32463
Modified Files:
Overview.html Overview.src.html
Log Message:
Add issue about @import.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Overview.html 4 Jun 2011 06:55:00 -0000 1.1
+++ Overview.html 4 Jun 2011 06:57:19 -0000 1.2
@@ -368,6 +368,11 @@
<h2 id=contents><span class=secno>3. </span>Contents of conditional group
rules</h2>
+ <p class=issue>There is also likely demand for using these conditions with
+ <code>@import</code>. We should see if we can come up with sensible syntax
+ for that, perhaps functional notation at the end of the
+ <code>@import</code> rule.
+
<p>The syntax of each conditional group rule consists of some syntax
specific to the type of rule followed by a <dfn id=group-rule-body>group
rule body</dfn>, which is a block (pair of braces) containing a sequence
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Overview.src.html 4 Jun 2011 06:55:00 -0000 1.1
+++ Overview.src.html 4 Jun 2011 06:57:19 -0000 1.2
@@ -226,6 +226,11 @@
<h2 id="contents">Contents of conditional group rules</h2>
+<p class="issue">There is also likely demand for using these
+conditions with <code>@import</code>. We should see if we can
+come up with sensible syntax for that, perhaps functional notation
+at the end of the <code>@import</code> rule.</p>
+
<p>The syntax of each conditional group rule consists of some syntax
specific to the type of rule followed by a <dfn>group rule body</dfn>,
which is a block (pair of braces) containing a sequence of rules.</p>
Received on Saturday, 4 June 2011 06:57:22 UTC