@@ -128,10 +128,12 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
128128 represents the intention of the CSS WG better than this draft (other than
129129 on values and units that are new to CSS3).
130130
131- < p > This is a draft of a < a href ="http://www.w3.org/TR/css3-roadmap/ "> module
132- of CSS level 3</ a > . It will probably be bundled with some other modules
133- before it becomes a < a href ="http://www.w3.org/TR/#About "> W3C
134- Recommendation</ a > .
131+ < p > The following units are at-risk and may be dropped during the CR period:
132+ ‘< a href ="#vh-unit "> < code class =css > vh</ code > </ a > ’, ‘< a
133+ href ="#vw-unit "> < code class =css > vw</ code > </ a > ’, ‘< a
134+ href ="#vm-unit "> < code class =css > vm</ code > </ a > ’, ‘< a
135+ href ="#fr-unit "> < code class =css > fr</ code > </ a > ’, ‘< a
136+ href ="#gr-unit "> < code class =css > gr</ code > </ a > ’.
135137
136138 < h2 class ="no-num no-toc " id =contents > Table of contents</ h2 >
137139 <!--begin-toc-->
@@ -1385,11 +1387,17 @@ <h3 id=calc><span class=secno>9.1. </span> Calculations: ‘<a
13851387 return: the type of the left side
13861388 </ ol >
13871389
1388- < p > Division by zero is a parse error.
1390+ < p > Division by zero is not allowed. Declarations containing such a
1391+ construct are invalid and must be < a
1392+ href ="http://www.w3.org/TR/CSS21/conform.html#ignore "> ignored</ a > .
13891393
13901394 < p > The value resulting from an expression must be clamped to the range
13911395 allowed in the target context.
13921396
1397+ < p class =note > Note this requires all contexts accepting ‘< a
1398+ href ="#calc0 "> < code class =css > calc()</ code > </ a > ’ to define their
1399+ allowable values as a closed (not open) interval.
1400+
13931401 < div class =example > These two are equivalentequivalent to ‘< code
13941402 class =css > width: 0px</ code > ’ since widths smaller than 0px are not
13951403 allowed.
0 commit comments