Correct url_match_fn grammar per http://lists.w3.org/Archives/Public/www-style/2012Sep/0372.html .

Thu, 20 Sep 2012 12:43:23 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 20 Sep 2012 12:43:23 -0700
changeset 6740
37b94dbfec45
parent 6739
f4ccc8c2ecf0
child 6741
ce28a0e42de9

Correct url_match_fn grammar per http://lists.w3.org/Archives/Public/www-style/2012Sep/0372.html .

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	Thu Sep 20 12:31:33 2012 -0700
     1.2 +++ b/css3-conditional/Overview.html	Thu Sep 20 12:43:23 2012 -0700
     1.3 @@ -1063,7 +1063,7 @@
     1.4    ;
     1.5  
     1.6  url_match_fn
     1.7 -  : (URI | FUNCTION) S*
     1.8 +  : (URI | FUNCTION S* STRING S* ')' ) S*
     1.9    ;</pre>
    1.10  
    1.11    <h2 id=apis><span class=secno>8. </span>APIs</h2>
    1.12 @@ -1405,8 +1405,8 @@
    1.13    <p> Thanks to the ideas and feedback from Tab Atkins, <span lang=tr>Tantek
    1.14     Çelik</span>, Alex Danilo, Elika Etemad, Pascal Germroth, <span
    1.15     lang=de>Björn Höhrmann</span>, Paul Irish, Vitor Menezes, Alex
    1.16 -   Mogilevsky, Chris Moschini, Ben Ward, Zack Weinberg, Estelle Weyl, Boris
    1.17 -   Zbarsky, and all the rest of the <a
    1.18 +   Mogilevsky, Chris Moschini, Simon Sapin, Ben Ward, Zack Weinberg, Estelle
    1.19 +   Weyl, Boris Zbarsky, and all the rest of the <a
    1.20     href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
    1.21     community.
    1.22  
     2.1 --- a/css3-conditional/Overview.src.html	Thu Sep 20 12:31:33 2012 -0700
     2.2 +++ b/css3-conditional/Overview.src.html	Thu Sep 20 12:43:23 2012 -0700
     2.3 @@ -785,7 +785,7 @@
     2.4    ;
     2.5  
     2.6  url_match_fn
     2.7 -  : (URI | FUNCTION) S*
     2.8 +  : (URI | FUNCTION S* STRING S* ')' ) S*
     2.9    ;</pre>
    2.10  
    2.11  <h2 id="apis">APIs</h2>
    2.12 @@ -1108,6 +1108,7 @@
    2.13  Vitor Menezes,
    2.14  Alex Mogilevsky,
    2.15  Chris Moschini,
    2.16 +Simon Sapin,
    2.17  Ben Ward,
    2.18  Zack Weinberg,
    2.19  Estelle Weyl,

mercurial