@@ -50,7 +50,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 October 2012</h2>
5050 < dt > Previous version:
5151
5252 < dd > < a
53- href ="http://www.w3.org/TR/2011 /WD-css3-conditional-20110901 / "> http://www.w3.org/TR/2011 /WD-css3-conditional-20110901 /</ a >
53+ href ="http://www.w3.org/TR/2012 /WD-css3-conditional-20120911 / "> http://www.w3.org/TR/2012 /WD-css3-conditional-20120911 /</ a >
5454
5555 < dt > Editors:
5656
@@ -230,6 +230,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
230230 function</ a >
231231 </ ul >
232232
233+ < li class =no-num > < a href ="#grammar "> Grammar</ a >
234+
233235 < li > < a href ="#conformance "> < span class =secno > 9. </ span > Conformance</ a >
234236 < ul class =toc >
235237 < li > < a href ="#base-modules "> < span class =secno > 9.1. </ span > Base
@@ -248,7 +250,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
248250 Criteria</ a >
249251 </ ul >
250252
251- < li class = no-num > < a href ="#grammar " > Grammar </ a >
253+ < li > < a href ="#changes " > < span class = secno > 10. </ span > Changes </ a >
252254
253255 < li class =no-num > < a href ="#acknowledgments "> Acknowledgments</ a >
254256
@@ -1231,6 +1233,18 @@ <h3 id=the-css-interface><span class=secno>8.7. </span> The <a
12311233 return true. Otherwise, it must return < code > false</ code > .
12321234 </ dl >
12331235
1236+ < h2 class =no-num id =grammar > Grammar</ h2 >
1237+
1238+ < p > In order to allow these new @-rules in CSS style sheets, this
1239+ specification modifies the < code > stylesheet</ code > production in the < a
1240+ href ="http://www.w3.org/TR/CSS21/grammar.html "> Appendix G</ a > grammar of
1241+ < a href ="#CSS21 " rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > by replacing
1242+ the < code > media</ code > production defined in < a href ="#CSS21 "
1243+ rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > with the < code > media</ code >
1244+ production defined in this one, and additionally inserting < code > |
1245+ supports_rule | document_rule</ code > alongside < code > ruleset | media |
1246+ page</ code > .
1247+
12341248 < h2 id =conformance > < span class =secno > 9. </ span > Conformance</ h2 >
12351249
12361250 < h3 id =base-modules > < span class =secno > 9.1. </ span > Base Modules</ h3 >
@@ -1387,17 +1401,20 @@ <h3 id=cr-exit-criteria><span class=secno>9.5. </span>CR Exit Criteria</h3>
13871401 < p > The specification will remain Candidate Recommendation for at least six
13881402 months.
13891403
1390- < h2 class = no-num id = grammar > Grammar </ h2 >
1404+ < h2 id = changes > < span class = secno > 10. </ span > Changes </ h2 >
13911405
1392- < p > In order to allow these new @-rules in CSS style sheets, this
1393- specification modifies the < code > stylesheet</ code > production in the < a
1394- href ="http://www.w3.org/TR/CSS21/grammar.html "> Appendix G</ a > grammar of
1395- < a href ="#CSS21 " rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > by replacing
1396- the < code > media</ code > production defined in < a href ="#CSS21 "
1397- rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > with the < code > media</ code >
1398- production defined in this one, and additionally inserting < code > |
1399- supports_rule | document_rule</ code > alongside < code > ruleset | media |
1400- page</ code > .
1406+ < p > The following (non-editorial) changes were made to this specification
1407+ since the < a
1408+ href ="http://www.w3.org/TR/2012/WD-css3-conditional-20120911/ "> 11
1409+ September 2012 Working Draft</ a > :
1410+
1411+ < ul >
1412+ < li > Corrected the grammar as follows:
1413+ < pre >
1414+ - : SUPPORTS_SYM S+ supports_condition group_rule_body
1415+ + : SUPPORTS_SYM S* supports_condition group_rule_body
1416+ </ pre >
1417+ </ ul >
14011418
14021419 < h2 class =no-num id =acknowledgments > Acknowledgments</ h2 >
14031420
0 commit comments