csswg/css-module Overview.src.html,1.14,1.15

Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv19353

Modified Files:
	Overview.src.html 
Log Message:
Quote the few unquoted ids, for consistency and to make my editor's syntax highlighting happy.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-module/Overview.src.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Overview.src.html	16 Aug 2011 22:59:41 -0000	1.14
+++ Overview.src.html	22 Sep 2011 19:10:46 -0000	1.15
@@ -61,7 +61,7 @@
 <hr title="Separator for header">
 </div>
 
-<h2 class="no-num no-toc" id=abstract>Abstract</h2>
+<h2 class="no-num no-toc" id="abstract">Abstract</h2>
 
   <p>CSS is a language for describing the rendering of structured documents
   (such as HTML and XML) on screen, on paper,  in speech, etc. This module
@@ -70,7 +70,7 @@
   which builds on CSS level&nbsp;1 [[CSS1]].
   The main extensions compared to level&nbsp;2 are <var class="replaceme">SUMMARIZE HERE</var>.
 
-<h2 class="no-num no-toc" id=status>Status of this document</h2>
+<h2 class="no-num no-toc" id="status">Status of this document</h2>
 
 <!--status-->
 
@@ -403,11 +403,11 @@
   <p>The specification will remain Candidate Recommendation for at least
   six months.
 
-<h2 class=no-num id=acknowledgments>Acknowledgments</h2>
+<h2 class=no-num id="acknowledgments">Acknowledgments</h2>
 
   <p><var class="replaceme">[acknowledgments]</var></p>
 
-<h2 class=no-num id=references>References</h2>
+<h2 class=no-num id="references">References</h2>
 
 
 <h3 class="no-num" id="normative-references">Normative references</h3>

Received on Thursday, 22 September 2011 19:10:51 UTC