csswg/css3-values Overview.html,1.107,1.108 Overview.src.html,1.110,1.111

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add intro sentence to calc() section.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- Overview.html	10 Oct 2011 22:32:33 -0000	1.107
+++ Overview.html	10 Oct 2011 22:41:43 -0000	1.108
@@ -1303,7 +1303,8 @@
    href="#max"><code class=css>max()</code></a>&rsquo;</h3>
 
   <p>The <dfn id=calc0>calc()</dfn>, <dfn id=min>min()</dfn>, and <dfn
-   id=max>max()</dfn> functions can be used wherever <a
+   id=max>max()</dfn> functions allow mathematical expressions to be used as
+   component values. They can be used wherever <a
    href="#length-value"><code>&lt;length&gt;</code></a>, <a
    href="#frequency-value"><code>&lt;frequency&gt;</code></a>, <a
    href="#angle-value"><code>&lt;angle&gt;</code></a>, <a
@@ -1378,271 +1379,270 @@
    <li>At "/":<br>
[...1431 lines suppressed...]
 
-     <li>wqname, <a href="#wqname" title=wqname><strong>9.3.</strong></a>
-    </ul>
-    <!--end-index-->
+   <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>, <a href="#used-value0"
+    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>
+
+   <li>wqname, <a href="#wqname" title=wqname><strong>9.3.</strong></a>
   </ul>
+  <!--end-index-->

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- Overview.src.html	10 Oct 2011 22:32:33 -0000	1.110
+++ Overview.src.html	10 Oct 2011 22:41:43 -0000	1.111
@@ -868,14 +868,14 @@
 Calculations: ''calc()'', ''min()'' and ''max()''</h3>
 
 	<p>The <dfn>calc()</dfn>, <dfn>min()</dfn>, and <dfn>max()</dfn> functions
+	allow mathematical expressions to be used as component values.  They
 	can be used wherever
 	<code>&lt;length&gt;</code>,
 	<code>&lt;frequency&gt;</code>,
 	<code>&lt;angle&gt;</code>,
 	<code>&lt;time&gt;</code>, or
 	<code>&lt;number&gt;</code>
-	values are allowed.
-
+	values are allowed.</p>
 
 	<div class="example">
 		<pre>
@@ -944,7 +944,7 @@
 		<li>At "/":<br> 
 		   check: right side is "number"<br>
 		   return: the type of the left side
-	</ol>
+	</ul>
 
 	<p>Division by zero is not allowed. Declarations containing such a
 	construct are invalid and must be

Received on Monday, 10 October 2011 22:41:50 UTC