- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 11 Nov 2011 03:14:18 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv15178 Modified Files: Overview.html Overview.src.html Log Message: Moved the default object size defs for 2.1 out of an example and into normative text. No content change. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.205 retrieving revision 1.206 diff -u -d -r1.205 -r1.206 --- Overview.html 11 Nov 2011 00:52:37 -0000 1.205 +++ Overview.html 11 Nov 2011 03:14:16 -0000 1.206 @@ -194,7 +194,7 @@ <li><a href="#image-notation"><span class=secno>3.2. </span> Image Fallbacks and Annotations: the ‘<code - class=css>image()</code>’ notation</a> + class=css>image()</code>’ function</a> <li><a href="#element-reference"><span class=secno>3.3. </span> Using Elements as Images: the ‘<code class=css>element()</code>’ @@ -455,7 +455,7 @@ <!-- ====================================================================== --> <h3 id=image-notation><span class=secno>3.2. </span> Image Fallbacks and - Annotations: the ‘<code class=css>image()</code>’ notation</h3> + Annotations: the ‘<code class=css>image()</code>’ function</h3> <p>The ‘<code class=css>image()</code>’ function allows an author to specify an image with fallback images to be used if the original @@ -1526,50 +1526,52 @@ dimensions. It varies based on the context in which that the image is being laid out.</p> - <div class=example> - <p>Below are some examples of default object sizing areas: - - <dl> - <dt>‘<code class=property>background-image</code>’ + <p>The following list defines the <a + href="#default-object-size"><i>default object size</i></a> of properties + and contexts that appear in CSS 2.1, plus ‘<code + class=property>border-image</code>’ from CSS 3 Backgrounds & + Borders, as that module was stabilized before this one. Newer modules + that accept an ‘<a href="#ltimage"><code + class=css><image></code></a>’ component value in a new context + must define the <a href="#default-object-size"><i>default object + size</i></a> in that context.</p> - <dd>The <a href="#default-object-size"><i>default object size</i></a> - 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> + <dl> + <dt>‘<code class=property>background-image</code>’ - <dt>‘<code class=property>list-style-image</code>’ + <dd>The <a href="#default-object-size"><i>default object size</i></a> 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>The <a href="#default-object-size"><i>default object size</i></a> - is a 1em square. <a href="#CSS21" - rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> + <dt>‘<code class=property>list-style-image</code>’ - <dt>‘<code class=property>border-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> - <dd>The <a href="#default-object-size"><i>default object size</i></a> - is the size of the element's <a - href="http://www.w3.org/TR/css3-background/#border-image-area">border - image area</a>. <a href="#CSS3BG" - rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a> + <dt>‘<code class=property>border-image</code>’ - <dt>‘<code class=property>cursor</code>’ + <dd>The <a href="#default-object-size"><i>default object size</i></a> is + the size of the element's <a + href="http://www.w3.org/TR/css3-background/#border-image-area">border + image area</a>. <a href="#CSS3BG" + rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a> - <dd>The <a href="#default-object-size"><i>default object size</i></a> - is a UA-defined size that should be based on the size of a typical - cursor on the UA's operating system. <a href="#CSS21" - rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> + <dt>‘<code class=property>cursor</code>’ - <dt>replaced elements + <dd>The <a href="#default-object-size"><i>default object size</i></a> is + a UA-defined size that should be based on the size of a typical cursor + on the UA's operating system. <a href="#CSS21" + rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> - <dd>The <a href="#default-object-size"><i>default object size</i></a> - is a rectangle 300px wide and 150px tall. <a href="#CSS21" - rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> - </dl> + <dt>replaced elements - <p class=note>Future properties that take an <image> component value - are expected to define the <a href="#default-object-size"><i>default - object size</i></a> for themselves.</p> - </div> + <dd>The <a href="#default-object-size"><i>default object size</i></a> is + a rectangle 300px wide and 150px tall. <a href="#CSS21" + rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> + </dl> </dl> <!-- ====================================================================== --> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.213 retrieving revision 1.214 diff -u -d -r1.213 -r1.214 --- Overview.src.html 11 Nov 2011 00:52:38 -0000 1.213 +++ Overview.src.html 11 Nov 2011 03:14:16 -0000 1.214 @@ -214,7 +214,7 @@ <!-- ====================================================================== --> <h3 id="image-notation"> -Image Fallbacks and Annotations: the ''image()'' notation</h3> +Image Fallbacks and Annotations: the ''image()'' function</h3> <p>The ''image()'' function allows an author to specify an image with fallback images to be used if the original image can't be decoded or is a type that the browser doesn't recognize. Additionally, the author can specify a color as an ultimate fallback to be used when none of the images can be.</p> @@ -967,35 +967,24 @@ <i>intrinsic dimensions</i> and <i>specified size</i> are missing dimensions. It varies based on the context in which that the image is being laid out.</p> - <div class="example"> - <p>Below are some examples of default object sizing areas: - - <dl> - <dt>'background-image'</dt> - <dd>The <i>default object size</i> is the size of the element's - <a href="http://www.w3.org/TR/css3-background/#background-positioning-area">background - positioning area</a>. [[CSS3BG]]</dd> + <p>The following list defines the <i>default object size</i> of properties and contexts that appear in CSS 2.1, plus 'border-image' from CSS 3 Backgrounds & Borders, as that module was stabilized before this one. Newer modules that accept an ''<image>'' component value in a new context must define the <i>default object size</i> in that context.</p> - <dt>'list-style-image'</dt> - <dd>The <i>default object size</i> is a 1em square. [[!CSS21]]</dd> + <dl> + <dt>'background-image'</dt> + <dd>The <i>default object size</i> is the size of the element's <a href="http://www.w3.org/TR/css3-background/#background-positioning-area">background positioning area</a>. [[CSS3BG]]</dd> - <dt>'border-image'</dt> - <dd>The <i>default object size</i> is the size of the element's - <a href="http://www.w3.org/TR/css3-background/#border-image-area">border image area</a>. - [[CSS3BG]]</dd> + <dt>'list-style-image'</dt> + <dd>The <i>default object size</i> is a 1em square. [[!CSS21]]</dd> - <dt>'cursor'</dt> - <dd>The <i>default object size</i> is a UA-defined size that should - be based on the size of a typical cursor on the UA's operating system. - [[!CSS21]]</dd> + <dt>'border-image'</dt> + <dd>The <i>default object size</i> is the size of the element's <a href="http://www.w3.org/TR/css3-background/#border-image-area">border image area</a>. [[CSS3BG]]</dd> - <dt>replaced elements</dt> - <dd>The <i>default object size</i> is a rectangle 300px wide and 150px - tall. [[!CSS21]]</dd> - </dl> + <dt>'cursor'</dt> + <dd>The <i>default object size</i> is a UA-defined size that should be based on the size of a typical cursor on the UA's operating system. [[!CSS21]]</dd> - <p class=note>Future properties that take an <image> component value are expected to define the <i>default object size</i> for themselves.</p> - </div> + <dt>replaced elements</dt> + <dd>The <i>default object size</i> is a rectangle 300px wide and 150px tall. [[!CSS21]]</dd> + </dl> </dd> </dl>
Received on Friday, 11 November 2011 03:14:21 UTC