css3-conditional/Overview.src.html

changeset 7029
4f68a956be34
parent 6943
d4c52c4a5501
child 7031
0eeeaff20f24
     1.1 --- a/css3-conditional/Overview.src.html	Tue Nov 13 22:27:40 2012 +0100
     1.2 +++ b/css3-conditional/Overview.src.html	Tue Nov 13 14:02:00 2012 -0800
     1.3 @@ -370,8 +370,11 @@
     1.4    ;
     1.5  
     1.6  <dfn>supports_condition</dfn>
     1.7 -  : NOT S* '(' any+ ')' S* |
     1.8 -    '(' any+ ')' S* ( ( AND | OR ) S* any+ )*
     1.9 +  : NOT S* general_enclosed |
    1.10 +    general_enclosed ( ( AND | OR ) S* general_enclosed )*
    1.11 +
    1.12 +<dfn>general_enclosed</dfn>
    1.13 +  : ( FUNCTION | '(' ) any+ ')' S*
    1.14  </pre>
    1.15  
    1.16  <p>
    1.17 @@ -386,7 +389,7 @@
    1.18    The actual processing model of ''@supports'' is predicated on a more restricted grammar,
    1.19    composed of functions or parenthesized declarations,
    1.20    combined together with logical combinators,
    1.21 -  as defined by these grammars:
    1.22 +  as defined by the following productions:
    1.23  
    1.24  <pre><dfn>supports_condition</dfn>
    1.25    : supports_negation | supports_conjunction | supports_disjunction |

mercurial