- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Mar 2012 01:06:33 +0000
- To: public-css-commits@w3.org
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><border-width></var></dfn> = <var><length></var> | thin | medium | thick</pre> - <p>The <var><length></var> may not be negative. The lengths - corresponding to ‘<code class=css>thin</code>’, ‘<code - class=css>medium</code>’ and ‘<code + <p>The lengths corresponding to ‘<code class=css>thin</code>’, + ‘<code class=css>medium</code>’ and ‘<code class=css>thick</code>’ are not specified, but the values are constant throughout a <a href="#document">document</a> and thin ≤ medium ≤ thick. A UA could, e.g., make the thickness depend on the ‘<code class=css>medium</code>’ font size: one choice might be 1, 3 & 5px when the ‘<code class=property>medium</code>’ - font size is 17px or less. + font size is 17px or less. Negative <var><length></var> values are + not allowed. <p>‘<a href="#border-width"><code class=property>Border-width</code></a>’ 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><border-width></var></dfn> = <var><length></var> | thin | medium | thick</pre> -<p>The <var><length></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 ≤ medium ≤ thick. A UA could, e.g., make the thickness depend on the ''medium'' font size: one choice might be 1, 3 & 5px when the 'medium' font size is 17px or -less. +less. Negative <var><length></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