- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 31 Aug 2011 18:05:28 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-conditional In directory hutz:/tmp/cvs-serv5879 Modified Files: Overview.html Overview.src.html Log Message: Note issue about parentheses and @supports. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-conditional/Overview.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- Overview.html 31 Aug 2011 18:04:11 -0000 1.35 +++ Overview.html 31 Aug 2011 18:05:26 -0000 1.36 @@ -591,6 +591,16 @@ not</strong> use such a rule and processors <strong>must</strong> ignore such a rule. + <p class=issue>The grammar above attempted to prevent nesting of extra + parentheses; however, discussion in the working group has led to the + conclusion that this was a bad idea, and therefore it should be changed to + allow arbitrary nesting of extra parentheses (which, for example, makes it + easier to comment things out). There was also discussion of allowing the + toplevel parentheses around a declaration to be omitted, though opinion + tended towards thinking this was a bad idea. See <a + href="http://lists.w3.org/Archives/Public/www-style/2011Aug/thread.html#msg247">thread</a> + on www-style. + <p class=note>Note that this means that declarations that meet the forward-compatible syntax for declarations are permitted (and support for them is then tested by the ‘<code class=css>@supports</code>’ @@ -1158,10 +1168,11 @@ <h2 class=no-num id=acknowledgments>Acknowledgments</h2> - <p> Thanks to the ideas and feedback from <span lang=tr>Tantek - Çelik</span>, Elika Etemad, Pascal Germroth, <span lang=de>Björn - Höhrmann</span>, Paul Irish, Alex Mogilevsky, Chris Moschini, Ben Ward, - Zack Weinberg, Boris Zbarsky, and all the rest of the <a + <p> Thanks to the ideas and feedback from Tab Atkins, <span lang=tr>Tantek + Çelik</span>, Alex Danilo, Elika Etemad, Pascal Germroth, <span + lang=de>Björn Höhrmann</span>, Paul Irish, Vitor Menezes, Alex + Mogilevsky, Chris Moschini, Ben Ward, Zack Weinberg, Boris Zbarsky, and + all the rest of the <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a> community. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- Overview.src.html 31 Aug 2011 18:04:11 -0000 1.35 +++ Overview.src.html 31 Aug 2011 18:05:26 -0000 1.36 @@ -400,6 +400,16 @@ above is invalid. Style sheets <strong>must not</strong> use such a rule and processors <strong>must</strong> ignore such a rule.</p> +<p class="issue">The grammar above attempted to prevent nesting of extra +parentheses; however, discussion in the working group has led to the +conclusion that this was a bad idea, and therefore it should be changed +to allow arbitrary nesting of extra parentheses (which, for example, +makes it easier to comment things out). There was also discussion of +allowing the toplevel parentheses around a declaration to be omitted, +though opinion tended towards thinking this was a bad idea. See +<a href="http://lists.w3.org/Archives/Public/www-style/2011Aug/thread.html#msg247">thread</a> +on www-style.</p> + <p class="note">Note that this means that declarations that meet the forward-compatible syntax for declarations are permitted (and support for them is then tested by the ''@supports'' rule), but declarations @@ -903,11 +913,14 @@ <p> Thanks to the ideas and feedback from +Tab Atkins, <span lang="tr">Tantek Çelik</span>, +Alex Danilo, Elika Etemad, Pascal Germroth, <span lang="de">Björn Höhrmann</span>, Paul Irish, +Vitor Menezes, Alex Mogilevsky, Chris Moschini, Ben Ward,
Received on Wednesday, 31 August 2011 18:05:46 UTC