- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Aug 2011 23:26:52 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values In directory hutz:/tmp/cvs-serv13682 Modified Files: Overview.html Overview.src.html Log Message: Fold in remaining calc() edit from <http://lists.w3.org/Archives/Public/www-style/2010Jan/0468.html> and mark items at-risk per <http://lists.w3.org/Archives/Public/www-style/2010Sep/0003.html> Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.html,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- Overview.html 12 Aug 2011 22:57:56 -0000 1.82 +++ Overview.html 12 Aug 2011 23:26:50 -0000 1.83 @@ -128,10 +128,12 @@ represents the intention of the CSS WG better than this draft (other than on values and units that are new to CSS3). - <p>This is a draft of a <a href="http://www.w3.org/TR/css3-roadmap/">module - of CSS level 3</a>. It will probably be bundled with some other modules - before it becomes a <a href="http://www.w3.org/TR/#About">W3C - Recommendation</a>. + <p>The following units are at-risk and may be dropped during the CR period: + ‘<a href="#vh-unit"><code class=css>vh</code></a>’, ‘<a + href="#vw-unit"><code class=css>vw</code></a>’, ‘<a + href="#vm-unit"><code class=css>vm</code></a>’, ‘<a + href="#fr-unit"><code class=css>fr</code></a>’, ‘<a + href="#gr-unit"><code class=css>gr</code></a>’. <h2 class="no-num no-toc" id=contents>Table of contents</h2> <!--begin-toc--> @@ -1385,11 +1387,17 @@ return: the type of the left side </ol> - <p>Division by zero is a parse error. + <p>Division by zero is not allowed. Declarations containing such a + construct are invalid and must be <a + href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. <p>The value resulting from an expression must be clamped to the range allowed in the target context. + <p class=note>Note this requires all contexts accepting ‘<a + href="#calc0"><code class=css>calc()</code></a>’ to define their + allowable values as a closed (not open) interval. + <div class=example> These two are equivalentequivalent to ‘<code class=css>width: 0px</code>’ since widths smaller than 0px are not allowed. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.src.html,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- Overview.src.html 12 Aug 2011 22:57:56 -0000 1.85 +++ Overview.src.html 12 Aug 2011 23:26:50 -0000 1.86 @@ -76,11 +76,8 @@ than this draft (other than on values and units that are new to CSS3). -<p>This is a draft of a <a href="http://www.w3.org/TR/css3-roadmap/">module -of CSS level 3</a>. It will probably be bundled with some other modules -before it becomes a <a href="http://www.w3.org/TR/#About">W3C -Recommendation</a>.</p> - +<p>The following units are at-risk and may be dropped during the +CR period: ''vh'', ''vw'', ''vm'', ''fr'', ''gr''. <h2 class="no-num no-toc" id="contents">Table of contents</h2> @@ -960,11 +957,16 @@ return: the type of the left side </ol> -<p>Division by zero is a parse error. + <p>Division by zero is not allowed. Declarations containing such a + construct are invalid and must be + <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. <p>The value resulting from an expression must be clamped to the range allowed in the target context. + <p class="note">Note this requires all contexts accepting ''calc()'' + to define their allowable values as a closed (not open) interval. + <div class=example> These two are equivalentequivalent to 'width: 0px' since widths smaller than 0px are not allowed.
Received on Friday, 12 August 2011 23:26:53 UTC