fix error in grammar <http://lists.w3.org/Archives/Public/www-style/2010Jan/0431.html>

Mon, 18 Jan 2010 19:48:54 +0000

author
Elika Etemad <fantasai.cvs@inkedblade.net>
date
Mon, 18 Jan 2010 19:48:54 +0000
changeset 1619
63501331a963
parent 1618
99dbfc7abd12
child 1620
3a18ef00b9b9

fix error in grammar <http://lists.w3.org/Archives/Public/www-style/2010Jan/0431.html>

css-style-attr/Overview.html file | annotate | diff | comparison | revisions
css-style-attr/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-style-attr/Overview.html	Sat Jan 16 22:37:55 2010 +0000
     1.2 +++ b/css-style-attr/Overview.html	Mon Jan 18 19:48:54 2010 +0000
     1.3 @@ -15,12 +15,12 @@
     1.4  
     1.5     <h1>CSS Styling Attributes Level 1</h1>
     1.6  
     1.7 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 January
     1.8 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 January
     1.9      2010</h2>
    1.10  
    1.11     <dl>
    1.12      <dt>This version:</dt>
    1.13 -    <!-- <dd><dd><a href="http://www.w3.org/TR/2010/WD-css-style-attr-20100114/">http://www.w3.org/TR/2010/WD-css-style-attr-20100114/</a></dd> -->
    1.14 +    <!-- <dd><dd><a href="http://www.w3.org/TR/2010/WD-css-style-attr-20100118/">http://www.w3.org/TR/2010/WD-css-style-attr-20100118/</a></dd> -->
    1.15  
    1.16      <dd><a
    1.17       href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a>
    1.18 @@ -63,9 +63,9 @@
    1.19      href="http://www.w3.org/"><acronym title="World Wide Web
    1.20      Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
    1.21      href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
    1.22 -    of Technology">MIT</acronym></a>, <a
    1.23 -    href="http://www.ercim.org/"><acronym title="European Research Consortium
    1.24 -    for Informatics and Mathematics">ERCIM</acronym></a>, <a
    1.25 +    of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym
    1.26 +    title="European Research Consortium for Informatics and
    1.27 +    Mathematics">ERCIM</acronym></a>, <a
    1.28      href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
    1.29      href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
    1.30      <a
    1.31 @@ -232,7 +232,7 @@
    1.32  
    1.33    <pre>
    1.34  declaration-list
    1.35 -  : S* declaration [ ';' S* declaration ]*
    1.36 +  : S* declaration? [ ';' S* declaration? ]*
    1.37    ;
    1.38  </pre>
    1.39  
     2.1 --- a/css-style-attr/Overview.src.html	Sat Jan 16 22:37:55 2010 +0000
     2.2 +++ b/css-style-attr/Overview.src.html	Mon Jan 18 19:48:54 2010 +0000
     2.3 @@ -126,7 +126,7 @@
     2.4  
     2.5  <pre>
     2.6  declaration-list
     2.7 -  : S* declaration [ ';' S* declaration ]*
     2.8 +  : S* declaration? [ ';' S* declaration? ]*
     2.9    ;
    2.10  </pre>
    2.11  

mercurial