csswg/css3-background Overview.html,1.277,1.278 Overview.src.html,1.292,1.293

Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv7013

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Clarify that negative border widths are not allowed <http://lists.w3.org/Archives/Public/www-style/2012Mar/0103.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -d -r1.277 -r1.278
--- Overview.html	15 Feb 2012 17:15:40 -0000	1.277
+++ Overview.html	6 Mar 2012 01:06:31 -0000	1.278
@@ -22,13 +22,12 @@
 
    <h1>CSS Backgrounds and Borders Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 February
-    2012</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 March 2012</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120215">http://www.w3.org/TR/2012/ED-css3-background-20120215/</a> -->
+    <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120306">http://www.w3.org/TR/2012/ED-css3-background-20120306/</a> -->
      <a
      href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</a>
      
@@ -2437,15 +2436,15 @@
   <pre class=prod><dfn
    id=ltborder-widthgt><var>&lt;border-width&gt;</var></dfn> = <var>&lt;length&gt;</var> | thin | medium | thick</pre>
 
-  <p>The <var>&lt;length&gt;</var> may not be negative. The lengths
-   corresponding to &lsquo;<code class=css>thin</code>&rsquo;, &lsquo;<code
-   class=css>medium</code>&rsquo; and &lsquo;<code
+  <p>The lengths corresponding to &lsquo;<code class=css>thin</code>&rsquo;,
+   &lsquo;<code class=css>medium</code>&rsquo; and &lsquo;<code
    class=css>thick</code>&rsquo; are not specified, but the values are
    constant throughout a <a href="#document">document</a> and thin &le;
    medium &le; thick. A UA could, e.g., make the thickness depend on the
    &lsquo;<code class=css>medium</code>&rsquo; font size: one choice might be
    1, 3 &amp; 5px when the &lsquo;<code class=property>medium</code>&rsquo;
-   font size is 17px or less.
+   font size is 17px or less. Negative <var>&lt;length&gt;</var> values are
+   not allowed.
 
   <p>&lsquo;<a href="#border-width"><code
    class=property>Border-width</code></a>&rsquo; is a shorthand that sets the

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -d -r1.292 -r1.293
--- Overview.src.html	15 Feb 2012 17:15:40 -0000	1.292
+++ Overview.src.html	6 Mar 2012 01:06:31 -0000	1.293
@@ -1691,13 +1691,12 @@
 
 <pre class=prod><dfn><var>&lt;border-width&gt;</var></dfn> = <var>&lt;length&gt;</var> | thin | medium | thick</pre>
 
-<p>The <var>&lt;length&gt;</var> may not be
-negative. The lengths corresponding to ''thin'', ''medium'' and
+<p>The lengths corresponding to ''thin'', ''medium'' and
 ''thick'' are not specified, but the values are constant throughout a
 <span>document</span> and thin &le; medium &le; thick. A UA could,
 e.g., make the thickness depend on the ''medium'' font size: one
 choice might be 1, 3 &amp; 5px when the 'medium' font size is 17px or
-less.
+less. Negative <var>&lt;length&gt;</var> values are not allowed.
 
 <p>'Border-width' is a shorthand that sets the
 four 'border-*-width' properties. If it has four values, they set top, right,

Received on Tuesday, 6 March 2012 01:06:36 UTC