csswg/css3-images Overview.html,1.205,1.206 Overview.src.html,1.213,1.214

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 &lsquo;<code
-      class=css>image()</code>&rsquo; notation</a>
+      class=css>image()</code>&rsquo; function</a>
 
      <li><a href="#element-reference"><span class=secno>3.3. </span> Using
       Elements as Images: the &lsquo;<code class=css>element()</code>&rsquo;
@@ -455,7 +455,7 @@
   <!-- ====================================================================== -->
 
   <h3 id=image-notation><span class=secno>3.2. </span> Image Fallbacks and
-   Annotations: the &lsquo;<code class=css>image()</code>&rsquo; notation</h3>
+   Annotations: the &lsquo;<code class=css>image()</code>&rsquo; function</h3>
 
   <p>The &lsquo;<code class=css>image()</code>&rsquo; 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>&lsquo;<code class=property>background-image</code>&rsquo;
+    <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 &lsquo;<code
+     class=property>border-image</code>&rsquo; from CSS 3 Backgrounds &amp;
+     Borders, as that module was stabilized before this one. Newer modules
+     that accept an &lsquo;<a href="#ltimage"><code
+     class=css>&lt;image></code></a>&rsquo; 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>&lsquo;<code class=property>background-image</code>&rsquo;
 
-      <dt>&lsquo;<code class=property>list-style-image</code>&rsquo;
+     <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>&lsquo;<code class=property>list-style-image</code>&rsquo;
 
-      <dt>&lsquo;<code class=property>border-image</code>&rsquo;
+     <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>&lsquo;<code class=property>border-image</code>&rsquo;
 
-      <dt>&lsquo;<code class=property>cursor</code>&rsquo;
+     <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>&lsquo;<code class=property>cursor</code>&rsquo;
 
-      <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 &lt;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 &amp; Borders, as that module was stabilized before this one.  Newer modules that accept an ''&lt;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 &lt;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