|
13 | 13 | </a></p> |
14 | 14 | <h1 class="p-name no-ref" id="title">CSS Syntax Module Level 3</h1> |
15 | 15 | <h2 class="no-num no-toc no-ref" id="subtitle">Editor's Draft, |
16 | | - <span class="dt-updated"><span class="value-title" title="20130626">26 June 2013</span></span></h2> |
| 16 | + <span class="dt-updated"><span class="value-title" title="20130627">27 June 2013</span></span></h2> |
17 | 17 | <div data-fill-with="spec-metadata"><dl><dt>This version:</dt><dd><a href="http://dev.w3.org/csswg/css-syntax" class="u-url">http://dev.w3.org/csswg/css-syntax</a></dd><dt>Editor's Draft:</dt><dd><a href="http://dev.w3.org/csswg/css-syntax">http://dev.w3.org/csswg/css-syntax</a> |
18 | 18 | </dd><dt>Feedback:</dt> |
19 | 19 | <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a> |
@@ -1661,10 +1661,11 @@ <h4 id="set-the-unicode-ranges-range" data-level="4.3.15"><span class="secno">4. |
1661 | 1661 | </dt><dd> |
1662 | 1662 | A qualified rule has |
1663 | 1663 | a prelude consisting of a list of component values, |
1664 | | - and a value consisting of a list of at-rules or declarations. |
| 1664 | + and a block consisting of a simple {} block. |
1665 | 1665 |
|
1666 | 1666 | <p class="note"> Note: Most qualified rules will be style rules, |
1667 | | - where the prelude is a selector. |
| 1667 | + where the prelude is a selector <a data-autolink="biblio" data-biblio-type="informative" title="SELECT" href="#select">[SELECT]</a> |
| 1668 | + and the block a <a title="parse a list of declarations" data-autolink="link" href="#parse-a-list-of-declarations0">list of declarations</a>. |
1668 | 1669 |
|
1669 | 1670 | </p></dd><dt><dfn id="declaration">declaration</dfn> |
1670 | 1671 | </dt><dd> |
@@ -2158,17 +2159,13 @@ <h4 id="consume-a-qualified-rule" data-level="5.4.3"><span class="secno">5.4.3 < |
2158 | 2159 |
|
2159 | 2160 | </dd><dt>〈{〉 |
2160 | 2161 | </dt><dd> |
2161 | | - <a data-autolink="link" href="#consume-a-simple-block0">Consume a simple block</a>. |
2162 | | - <a data-autolink="link" href="#consume-a-list-of-declarations0">Consume a list of declarations</a> from the block's value. |
2163 | | - If anything was returned, |
2164 | | - assign it to the qualified rule's value. |
| 2162 | + <a data-autolink="link" href="#consume-a-simple-block0">Consume a simple block</a> |
| 2163 | + and assign it to the qualified rule's block. |
2165 | 2164 | Return the qualified rule. |
2166 | 2165 |
|
2167 | 2166 | </dd><dt><a data-autolink="link" href="#simple-block">simple block</a> with an associated token of 〈{〉 |
2168 | 2167 | </dt><dd> |
2169 | | - <a data-autolink="link" href="#consume-a-list-of-declarations0">Consume a list of declarations</a> from the block's value. |
2170 | | - If anything was returned, |
2171 | | - assign it to the qualified rule's value. |
| 2168 | + Assign the block to the qualified rule's block. |
2172 | 2169 | Return the qualified rule. |
2173 | 2170 |
|
2174 | 2171 | </dd><dt>anything else |
@@ -2912,6 +2909,7 @@ <h2 id="serialization" data-level="8"><span class="secno">8 </span>Serialization |
2912 | 2909 | (when they appear as part of the unit of a 〈dimension〉 or 〈ident〉). |
2913 | 2910 | </li></ul> |
2914 | 2911 | </li></ul> |
| 2912 | + |
2915 | 2913 | <h2 class="no-ref no-num" id="conformance"> |
2916 | 2914 | Conformance</h2> |
2917 | 2915 |
|
@@ -3041,7 +3039,7 @@ <h3 id="normative" class="no-num no-ref"> |
3041 | 3039 |
|
3042 | 3040 | <h3 id="informative" class="no-num no-ref"> |
3043 | 3041 | Informative References</h3> |
3044 | | -<div data-fill-with="informative-references"><dl><dt id="select" title="SELECT">[SELECT]</dt><dd>Tantek Çelik; et al. <a href="http://www.w3.org/TR/2011/REC-css3-selectors-20110929/">Selectors Level 3</a>. 29 September 2011. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2011/REC-css3-selectors-20110929/">http://www.w3.org/TR/2011/REC-css3-selectors-20110929/</a></dd><dt id="css3-conditional" title="CSS3-CONDITIONAL">[CSS3-CONDITIONAL]</dt><dd>L. David Baron. <a href="http://www.w3.org/TR/2012/WD-css3-conditional-20121213/">CSS Conditional Rules Module Level 3</a>. 13 December 2012. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2012/WD-css3-conditional-20121213/">http://www.w3.org/TR/2012/WD-css3-conditional-20121213/</a></dd><dt id="mediaq" title="MEDIAQ">[MEDIAQ]</dt><dd>Florian Rivoal. <a href="http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/">Media Queries</a>. 19 June 2012. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/">http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/</a></dd></dl></div> |
| 3042 | +<div data-fill-with="informative-references"><dl><dt id="css3-conditional" title="CSS3-CONDITIONAL">[CSS3-CONDITIONAL]</dt><dd>L. David Baron. <a href="http://www.w3.org/TR/2012/WD-css3-conditional-20121213/">CSS Conditional Rules Module Level 3</a>. 13 December 2012. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2012/WD-css3-conditional-20121213/">http://www.w3.org/TR/2012/WD-css3-conditional-20121213/</a></dd><dt id="mediaq" title="MEDIAQ">[MEDIAQ]</dt><dd>Florian Rivoal. <a href="http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/">Media Queries</a>. 19 June 2012. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/">http://www.w3.org/TR/2012/REC-css3-mediaqueries-20120619/</a></dd><dt id="select" title="SELECT">[SELECT]</dt><dd>Tantek Çelik; et al. <a href="http://www.w3.org/TR/2011/REC-css3-selectors-20110929/">Selectors Level 3</a>. 29 September 2011. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2011/REC-css3-selectors-20110929/">http://www.w3.org/TR/2011/REC-css3-selectors-20110929/</a></dd></dl></div> |
3045 | 3043 |
|
3046 | 3044 | <h2 id="index" class="no-num no-ref"> |
3047 | 3045 | Index</h2> |
|
0 commit comments