csswg/css3-values Overview.html,1.80,1.81 Overview.src.html,1.83,1.84

Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv11180

Modified Files:
	Overview.html Overview.src.html 
Log Message:
markup typo


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- Overview.html	11 Aug 2011 01:13:16 -0000	1.80
+++ Overview.html	12 Aug 2011 22:55:11 -0000	1.81
@@ -29,13 +29,13 @@
 
    <h1 id=css3-template>CSS3 Values and Units</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 August 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 August 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2011/ED-css3-values-20110811/">http://www.w3.org/TR/2011/ED-css3-values-20110811/</a>
[...1572 lines suppressed...]
 
-     <li>vw, <a href="#vw-unit" title=vw><strong>5.1.2.</strong></a>
-    </ul>
-    <!--end-index-->
-  </dl>
+   <li>URL, <a href="#url" title=URL><strong>3.4.</strong></a>
+
+   <li><a href="#url-value"><code>&lt;url&gt;</code></a>, <a
+    href="#url-value" title="&lt;url&gt;"><strong>3.4.</strong></a>
+
+   <li>used value, <a href="#used-value" title="used
+    value"><strong>10.3.</strong></a>
+
+   <li>vh, <a href="#vh-unit" title=vh><strong>5.1.2.</strong></a>
+
+   <li>vm, <a href="#vm-unit" title=vm><strong>5.1.2.</strong></a>
+
+   <li>vw, <a href="#vw-unit" title=vw><strong>5.1.2.</strong></a>
+  </ul>
+  <!--end-index-->

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Overview.src.html	11 Aug 2011 01:13:16 -0000	1.83
+++ Overview.src.html	12 Aug 2011 22:55:11 -0000	1.84
@@ -786,7 +786,7 @@
 	  <dd>Hertz. It represents the number of occurrences per second.
 	  <dt><dfn title="kHz">kHz</dfn>
 	  <dd>KiloHertz. A kiloHertz is 1000 Hertz.
-	</ul>
+	</dl>
 	
 	<p>For example, when representing sound pitches, 200Hz (or 200hz)
 	is a bass sound, and 6kHz (or 6khz) is a treble sound.</p>

Received on Friday, 12 August 2011 22:55:14 UTC