- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Oct 2011 01:02:02 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values In directory hutz:/tmp/cvs-serv14087 Modified Files: Overview.html Overview.src.html Log Message: Added issue about the definition of 'mod' in calc(). Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.html,v retrieving revision 1.120 retrieving revision 1.121 diff -u -d -r1.120 -r1.121 --- Overview.html 11 Oct 2011 00:38:20 -0000 1.120 +++ Overview.html 11 Oct 2011 01:02:00 -0000 1.121 @@ -1324,7 +1324,11 @@ href="#frequency-value"><code><frequency></code></a>, <a href="#angle-value"><code><angle></code></a>, <a href="#time-value"><code><time></code></a>, or <a - href="#number-value"><code><number></code></a> values are allowed.</p> + href="#number-value"><code><number></code></a> values are allowed. + + <p class=issue>What definition of "mod" do we use? Should ‘<code + class=css>calc(-3mod5)</code>’ return ‘<code + class=css>-3</code>’ or ‘<code class=css>2</code>’?</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. --> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.src.html,v retrieving revision 1.123 retrieving revision 1.124 diff -u -d -r1.123 -r1.124 --- Overview.src.html 11 Oct 2011 00:38:20 -0000 1.123 +++ Overview.src.html 11 Oct 2011 01:02:00 -0000 1.124 @@ -885,6 +885,9 @@ <code><number></code> values are allowed.</p> + <p class='issue'>What definition of "mod" do we use? Should ''calc(-3mod5)'' + return ''-3'' or ''2''?</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. -->
Received on Tuesday, 11 October 2011 01:02:08 UTC