Skip to content

Commit 66d8a77

Browse files
committed
Added comment to calc() linking to minutes discussing mult/div by dimensions.
1 parent 47b76cf commit 66d8a77

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

css3-values/Overview.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,10 @@ <h3 id=calc><span class=secno>9.1. </span> Mathematical Expressions:
13241324
href="#frequency-value"><code>&lt;frequency&gt;</code></a>, <a
13251325
href="#angle-value"><code>&lt;angle&gt;</code></a>, <a
13261326
href="#time-value"><code>&lt;time&gt;</code></a>, or <a
1327-
href="#number-value"><code>&lt;number&gt;</code></a> values are allowed.
1327+
href="#number-value"><code>&lt;number&gt;</code></a> values are allowed.</p>
1328+
<!-- http://lists.w3.org/Archives/Public/www-style/2010May/0001.html
1329+
This has notes on how we should handle things when calc() is extended to
1330+
handle unit mult/div. -->
13281331

13291332
<div class=example>
13301333
<pre>

css3-values/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,10 @@ <h3 id="calc">
885885
<code>&lt;number&gt;</code>
886886
values are allowed.</p>
887887

888+
<!-- http://lists.w3.org/Archives/Public/www-style/2010May/0001.html
889+
This has notes on how we should handle things when calc() is extended to
890+
handle unit mult/div. -->
891+
888892
<div class="example">
889893
<pre>
890894
section {

0 commit comments

Comments
 (0)