- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 12 Feb 2011 00:01:21 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv20759 Modified Files: Overview.html Overview.src.html Log Message: Re-added list-style-type's default object size, plus notes. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- Overview.html 11 Feb 2011 22:27:33 -0000 1.67 +++ Overview.html 12 Feb 2011 00:01:19 -0000 1.68 @@ -21,12 +21,12 @@ <h1>CSS Image Values and Replaced Content Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 February + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 February 2011</h2> <dl> <dt>Latest Version:</dt> - <!-- <dd><a href="http://www.w3.org/TR/2011/CR-css3-images-20110211/">http://www.w3.org/TR/2011/CR-css3-images-20110211/</a></dd> --> + <!-- <dd><a href="http://www.w3.org/TR/2011/CR-css3-images-20110212/">http://www.w3.org/TR/2011/CR-css3-images-20110212/</a></dd> --> <dd><a href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> @@ -1198,11 +1198,17 @@ is the size of the element's <a href="http://www.w3.org/TR/css3-background/#background-positioning-area">background positioning area</a>. <a href="#CSS3BG" - rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a></dd> - <!-- list style images prioritize a default ratio of 1:1 over the 1em size - <dt>‘<code class=property>list-style-image</code>’</dt> - <dd>The <i>default object size</i> is a 1em square. [[CSS21]]</dd> - --> + rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a> + + <dt>‘<code class=property>list-style-image</code>’ + + <dd>The <a href="#default-object-size"><i>default object size</i></a> + is a 1em square. <a href="#CSS21" + rel=biblioentry>[CSS21]<!--{{CSS21}}--></a> + <p class=issue>This doesn't reflect the CSS2.1 algorithm (they differ + in how they handle images with only one intrinsic dimension and no + ratio, due to step 3 of the CSS2.1 algo), but it does reflect + reality.</p> <dt>‘<code class=property>border-image</code>’ @@ -1225,6 +1231,11 @@ is a rectangle 300px wide and 150px tall. <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{CSS21}}--></a> </dl> + + <p class=issue>The only reason these are examples is because the proper + place for the normative definitions of default object sizes is in the + definitions for the relevant properties. These are the correct values, + though.</p> </div> </dl> <!-- ====================================================================== --> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- Overview.src.html 11 Feb 2011 22:27:34 -0000 1.69 +++ Overview.src.html 12 Feb 2011 00:01:19 -0000 1.70 @@ -905,10 +905,13 @@ <a href="http://www.w3.org/TR/css3-background/#background-positioning-area">background positioning area</a>. [[CSS3BG]]</dd> - <!-- list style images prioritize a default ratio of 1:1 over the 1em size <dt>'list-style-image'</dt> - <dd>The <i>default object size</i> is a 1em square. [[CSS21]]</dd> - --> + <dd>The <i>default object size</i> is a 1em square. [[CSS21]] + <p class=issue>This doesn't reflect the CSS2.1 algorithm (they + differ in how they handle images with only one intrinsic dimension + and no ratio, due to step 3 of the CSS2.1 algo), but it does + reflect reality.</p> + </dd> <dt>'border-image'</dt> <dd>The <i>default object size</i> is the size of the element's @@ -924,6 +927,10 @@ <dd>The <i>default object size</i> is a rectangle 300px wide and 150px tall. [[CSS21]]</dd> </dl> + <p class=issue>The only reason these are examples is because the proper + place for the normative definitions of default object sizes is in the + definitions for the relevant properties. These are the correct values, + though.</p> </div> </dd> </dl>
Received on Saturday, 12 February 2011 00:01:23 UTC