csswg/css3-images Overview.html,1.244,1.245 Overview.src.html,1.251,1.252

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix validation errors

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -d -r1.244 -r1.245
--- Overview.html	5 Dec 2011 08:32:54 -0000	1.244
+++ Overview.html	5 Dec 2011 08:44:15 -0000	1.245
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 
 <html lang=en>
  <head profile="http://www.w3.org/2006/03/hcard"><meta
@@ -1658,9 +1658,9 @@
     size</i></a>, and the <a href="#default-object-size"><i>default object
     size</i></a> for the context the image or object is used in, CSS then
     computes a <a href="#concrete-object-size"><i>concrete object
-    size</i></a>. (See the <a href="#default-sizing">following section.) This
-    defines the size and position of the region the object will render
-    in.</a>
+    size</i></a>. (See the <a href="#default-sizing">following section</a>.)
+    This defines the size and position of the region the object will render
+    in.
 
    <li>CSS asks the object to render itself at the <a
     href="#concrete-object-size"><i>concrete object size</i></a>. CSS does

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -d -r1.251 -r1.252
--- Overview.src.html	5 Dec 2011 08:32:54 -0000	1.251
+++ Overview.src.html	5 Dec 2011 08:44:15 -0000	1.252
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <html lang="en">
 <head profile="http://www.w3.org/2006/03/hcard">
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -1064,7 +1064,7 @@
 		<li>Using the <i>intrinsic dimensions</i>, the <i>specified size</i>,
 		and the <i>default object size</i> for the context the image or object
 		is used in, CSS then computes a <i>concrete object size</i>. (See the
-		<a href="#default-sizing">following section.) This defines the size
+		<a href="#default-sizing">following section</a>.) This defines the size
 		and position of the region the object will render in.</li>
 
 		<li>CSS asks the object to render itself at the <i>concrete object size</i>.

Received on Monday, 5 December 2011 08:44:23 UTC