- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 10 Oct 2011 22:41:45 +0000
- To: public-css-commits@w3.org
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>’</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><length></code></a>, <a
href="#frequency-value"><code><frequency></code></a>, <a
href="#angle-value"><code><angle></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><url></code></a>, <a
+ href="#url-value" title="<url>"><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><length></code>,
<code><frequency></code>,
<code><angle></code>,
<code><time></code>, or
<code><number></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