html5/html-xhtml-author-guide SamplePage.html,1.5,1.6

Update of /sources/public/html5/html-xhtml-author-guide
In directory hutz:/tmp/cvs-serv25489

Modified Files:
	SamplePage.html 
Log Message:
Changed "empty element" to "void element" throughout

Index: SamplePage.html
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/SamplePage.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- SamplePage.html	16 Dec 2010 16:19:03 -0000	1.5
+++ SamplePage.html	13 Jan 2011 01:53:01 -0000	1.6
@@ -5,7 +5,7 @@
 
 	<head>
 		<title>A Sample Page Using Polglot Markup</title>
-		<!-- The link element is self-closing as described in Section 6.4 Empty Elements -->
+		<!-- The link element is self-closing as described in Section 6.4 Void Elements -->
 		<!-- Style commands are included by linking to an external file rather than including them in-line as described in Section 9. Script and Style -->
 		<link type="text/css" rel="stylesheet" href="Sample.css"/>
 	</head>
@@ -68,9 +68,9 @@
 					</a>
 				</g>
 			</svg> 		
-			<h2>Empty Elements</h2>
+			<h2>Void Elements</h2>
 			<!-- Given an empty instance of an element whose content model is not EMPTY (in this case, an empty paragraph) 
-			polyglot markup does not use the minimized form, as described in Section 6.4 Empty Elements -->
+			polyglot markup does not use the minimized form, as described in Section 6.4 Void Elements -->
 			<p></p>
 			<p>
 				There is an empty <code>&lt;p&gt;</code> element before this paragraph. 
@@ -80,11 +80,11 @@
 				<a href="#polyglot">Polyglot markup</a> treats certain elements as self-closing, 
 				empty elements, such as the following <code>&lt;img&gt;</code> element.
 			</p>
-			<!-- The img element is self-closing as described in Section 6.4 Empty Elements -->
+			<!-- The img element is self-closing as described in Section 6.4 Void Elements -->
 			<img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"/>
 			<p>
 				For more information, see 
-				<a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#empty-elements">Section 6.4 Empty Elements</a>.
+				<a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#empty-elements">Section 6.4 Void Elements</a>.
 			</p>
 	
 	

Received on Thursday, 13 January 2011 01:53:04 UTC