csswg/css3-values Overview.html,1.119,1.120 Overview.src.html,1.122,1.123

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Added comment to calc() linking to minutes discussing mult/div by dimensions.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- Overview.html	11 Oct 2011 00:36:35 -0000	1.119
+++ Overview.html	11 Oct 2011 00:38:20 -0000	1.120
@@ -1324,7 +1324,10 @@
    href="#frequency-value"><code>&lt;frequency&gt;</code></a>, <a
    href="#angle-value"><code>&lt;angle&gt;</code></a>, <a
    href="#time-value"><code>&lt;time&gt;</code></a>, or <a
-   href="#number-value"><code>&lt;number&gt;</code></a> values are allowed.
+   href="#number-value"><code>&lt;number&gt;</code></a> values are allowed.</p>
+  <!-- http://lists.w3.org/Archives/Public/www-style/2010May/0001.html
+	This has notes on how we should handle things when calc() is extended to 
+	handle unit mult/div. -->
 
   <div class=example>
    <pre>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- Overview.src.html	11 Oct 2011 00:36:35 -0000	1.122
+++ Overview.src.html	11 Oct 2011 00:38:20 -0000	1.123
@@ -885,6 +885,10 @@
 	<code>&lt;number&gt;</code>
 	values are allowed.</p>
 
+	<!-- http://lists.w3.org/Archives/Public/www-style/2010May/0001.html
+	This has notes on how we should handle things when calc() is extended to 
+	handle unit mult/div. -->
+
 	<div class="example">
 		<pre>
 section {

Received on Tuesday, 11 October 2011 00:38:28 UTC