csswg/css3-images Overview.html,1.210,1.211 Overview.src.html,1.218,1.219

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv4436

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add note about <position>, per Bryan.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -d -r1.210 -r1.211
--- Overview.html	11 Nov 2011 16:55:44 -0000	1.210
+++ Overview.html	11 Nov 2011 20:15:16 -0000	1.211
@@ -1035,6 +1035,9 @@
     rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> <a href="#CSS3BG"
     rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a> If this argument is
     omitted, it defaults to &lsquo;<code class=css>center</code>&rsquo;.
+    <span class=note>Note that the CR of CSS3 B&amp;B doesn't yet have a
+    definition of &lt;position> - it's defined in the ED, and an update to
+    B&amp;B is expected.</span>
 
    <dt id=radial-extent><dfn id=ltextentgt>&lt;extent&gt;</dfn>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -d -r1.218 -r1.219
--- Overview.src.html	11 Nov 2011 16:55:44 -0000	1.218
+++ Overview.src.html	11 Nov 2011 20:15:16 -0000	1.219
@@ -633,7 +633,7 @@
 		'<a href="http://www.w3.org/TR/css3-background/#the-background-position">background-position</a>'
 		and is resolved in the same way, using the center-point as the subject and
 		the content box as the positioning area. [[!CSS21]] [[!CSS3BG]]
-		If this argument is omitted, it defaults to ''center''.
+		If this argument is omitted, it defaults to ''center''.  <span class='note'>Note that the CR of CSS3 B&amp;B doesn't yet have a definition of &lt;position> - it's defined in the ED, and an update to B&amp;B is expected.</span>
 
 		<dt id='radial-extent'><dfn>&lt;extent&gt;</dfn>
 		<dd>

Received on Friday, 11 November 2011 20:15:20 UTC