csswg/css3-background Overview.src.html,1.274,1.275

Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv5476

Modified Files:
	Overview.src.html 
Log Message:
Added proposed text for issue 214.
Fixed some mark-up errors.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -d -r1.274 -r1.275
--- Overview.src.html	12 Jan 2012 18:18:13 -0000	1.274
+++ Overview.src.html	12 Jan 2012 18:42:29 -0000	1.275
@@ -985,7 +985,7 @@
     href="http://www.w3.org/Style/CSS/Tracker/issues/211"
     >ISSUE-211</a> proposed text: If the image has an intrinsic width
     or intrinsic height, but not both, the other dimension is treated
-    as 100%.
+    as 100%.</span>
 
     <p>Negative values are not allowed.
   </dd>
@@ -1775,7 +1775,7 @@
 
 <h2 id="corners">Rounded Corners</h2>
 
-<h3 id="the-border-radius">The 'border-radius' properties</h2>
+<h3 id="the-border-radius">The 'border-radius' properties</h3>
 
 <table class=propdef>
   <tr>
@@ -2752,6 +2752,10 @@
 
   <li>The color is the color of the shadow.
 
+  <span class=issue><a
+  href="http://www.w3.org/Style/CSS/Tracker/issues/214" >ISSUE-214</a>
+  proposed text: If absent, the value of 'color' is used.</span>
+
   <li>The ''inset'' keyword, if present, changes the drop
   shadow from an outer shadow (one that shadows the box onto the
   canvas, as if it were lifted above the canvas) to an inner shadow
@@ -3124,10 +3128,10 @@
 by the end of the CR period.
 
 <h2 id="changes">
-Changes</h3>
+Changes</h2>
 
 <h3 id="changes-2011">
-Changes Since the 15 February 2011 Candidate Recommendation</h2>
+Changes Since the 15 February 2011 Candidate Recommendation</h3>
 
 <p>The following changes were made to this specification since the
 <a href="http://www.w3.org/TR/2011/CR-css3-background-20110215/">15 February 2011
@@ -3137,8 +3141,8 @@
   <li>Clarified computed value of 'background-position'.
 </ul>
 
-<h3 id="changes-2011">
-Changes Since the 17 December 2009 Candidate Recommendation</h2>
+<h3 id="changes-2009">
+Changes Since the 17 December 2009 Candidate Recommendation</h3>
 
 <p>The following changes were made to this specification since the
 <a href="http://www.w3.org/TR/2009/CR-css3-background-20091217/">17 December 2009

Received on Thursday, 12 January 2012 18:44:37 UTC