html5/html-author Overview.html,1.50,1.51 Overview.src.html,1.51,1.52

Update of /sources/public/html5/html-author
In directory hutz:/tmp/cvs-serv31632

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed markup issues

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Overview.html	6 Mar 2009 16:48:35 -0000	1.50
+++ Overview.html	6 Mar 2009 16:57:48 -0000	1.51
@@ -680,11 +680,11 @@
 			   in the HTML syntax as well. Some authors also choose to include
 			   whitespace before the slash, however this is not necessary. (Using
 			   whitespace in that fashion is a convention inherited from the
-			   compatibility guidelines in XHTML 1.0, Appendix C.)
-		
+			   compatibility guidelines in XHTML 1.0, Appendix C.)</p>
+		</section>
 
 		<section>
-			</section></p><h4 id=attributes><span class=secno>3.2.3 </span>Attributes</h4>
+			<h4 id=attributes><span class=secno>3.2.3 </span>Attributes</h4>
 
 			<p>Elements may contain attributes that are used to set various properties
 			   of an element. Some attributes are defined globally and can be used on
@@ -1026,11 +1026,11 @@
 		   any content that their parent element may contain, in addition to
 		   any other allowances or exceptions described for the element.</p>
 		<p>When the element has no parent, then the content model defaults to
-		   <a href=#flow-content>flow content</a>.
-	
+		   <a href=#flow-content>flow content</a>.</p>
+	</section>
 
 	<section>
-		</section></p><h3 id=global-attributes><span class=secno>4.2 </span>Global Attributes</h3>
+		<h3 id=global-attributes><span class=secno>4.2 </span>Global Attributes</h3>
 		<p class=XXX>To be completed.</p>
 	</section>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Overview.src.html	6 Mar 2009 16:48:35 -0000	1.51
+++ Overview.src.html	6 Mar 2009 16:57:48 -0000	1.52
@@ -526,7 +526,7 @@
 			   in the HTML syntax as well. Some authors also choose to include
 			   whitespace before the slash, however this is not necessary. (Using
 			   whitespace in that fashion is a convention inherited from the
-			   compatibility guidelines in XHTML 1.0, Appendix C.)
+			   compatibility guidelines in XHTML 1.0, Appendix C.)</p>
 		</section>
 
 		<section>
@@ -872,7 +872,7 @@
 		   any content that their parent element may contain, in addition to
 		   any other allowances or exceptions described for the element.</p>
 		<p>When the element has no parent, then the content model defaults to
-		   <span>flow content</span>.
+		   <span>flow content</span>.</p>
 	</section>
 
 	<section>

Received on Friday, 6 March 2009 16:58:00 UTC