[css3-conditional] Tweak formatting of grammar to be consistent with the rest.

Wed, 06 Feb 2013 13:15:40 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 06 Feb 2013 13:15:40 -0700
changeset 7373
ab8be4484fdb
parent 7372
9f50d1f8568c
child 7374
34b185ae3bac

[css3-conditional] Tweak formatting of grammar to be consistent with the rest.

css3-conditional/Overview.html file | annotate | diff | comparison | revisions
css3-conditional/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-conditional/Overview.html	Wed Feb 06 13:16:56 2013 -0700
     1.2 +++ b/css3-conditional/Overview.html	Wed Feb 06 13:15:40 2013 -0700
     1.3 @@ -625,7 +625,8 @@
     1.4  
     1.5  <dfn
     1.6     id="general_enclosed">general_enclosed</dfn>
     1.7 -  : ( FUNCTION | '(' ) (any|unused)* ')' S*
     1.8 +  : ( FUNCTION | '(' ) ( any | unused )* ')' S*
     1.9 +  ;
    1.10  </pre>
    1.11  
    1.12    <p>in which <code>declaration</code>, <code>any</code>, and
     2.1 --- a/css3-conditional/Overview.src.html	Wed Feb 06 13:16:56 2013 -0700
     2.2 +++ b/css3-conditional/Overview.src.html	Wed Feb 06 13:15:40 2013 -0700
     2.3 @@ -401,7 +401,8 @@
     2.4    ;
     2.5  
     2.6  <dfn>general_enclosed</dfn>
     2.7 -  : ( FUNCTION | '(' ) (any|unused)* ')' S*
     2.8 +  : ( FUNCTION | '(' ) ( any | unused )* ')' S*
     2.9 +  ;
    2.10  </pre>
    2.11  
    2.12  <p>in which <code>declaration</code>, <code>any</code>, and

mercurial