csswg/css3-values Overview.html,1.142,1.143 Overview.src.html,1.145,1.146

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add issue about minimum required range for dimensions.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- Overview.html	12 Dec 2011 22:42:28 -0000	1.142
+++ Overview.html	12 Dec 2011 22:44:13 -0000	1.143
@@ -775,6 +775,9 @@
    <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> Like
    keywords, unit identifiers are case-insensitive within the ASCII range.
 
+  <p class=issue>We need a minimum required range/precision for dimensions as
+   well. What should it be?
+
   <p>Properties may restrict the length value to some range. If the value is
    outside the allowed range, the declaration is invalid and must be <a
    href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- Overview.src.html	12 Dec 2011 22:42:28 -0000	1.145
+++ Overview.src.html	12 Dec 2011 22:44:13 -0000	1.146
@@ -479,6 +479,8 @@
 	[[!CSS21]] Like keywords, unit identifiers are case-insensitive within
 	the ASCII range.
 
+	<p class='issue'>We need a minimum required range/precision for dimensions as well.  What should it be?</p>
+
 	<p>Properties may restrict the length value to some range.
 	If the value is outside the allowed range, the declaration is invalid
 	and must be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.

Received on Monday, 12 December 2011 22:44:17 UTC