css-style-attr/Overview.src.html

changeset 9523
0a8736fbb81c
parent 9380
b7f4434af876
child 15125
f89d93413b7a
     1.1 --- a/css-style-attr/Overview.src.html	Wed Nov 06 19:55:48 2013 +0000
     1.2 +++ b/css-style-attr/Overview.src.html	Mon Nov 11 17:37:09 2013 +0800
     1.3 @@ -210,13 +210,13 @@
     1.4  <a href="http://www.w3.org/TR/CSS21/syndata.html#syntax">CSS core grammar</a>:
     1.5  
     1.6  <pre>
     1.7 -declaration-list
     1.8 -  : S* declaration-list-next
     1.9 +style-attribute
    1.10 +  : S* declaration-list
    1.11    ;
    1.12  
    1.13 -declaration-list-next
    1.14 -    : declaration [ ';' S* declaration-list-next ]?
    1.15 -    | at-rule declaration-list-next
    1.16 +declaration-list
    1.17 +    : declaration [ ';' S* declaration-list ]?
    1.18 +    | at-rule declaration-list
    1.19      | /* empty */
    1.20      ;
    1.21  </pre>

mercurial