html5/html-xhtml-author-guide html-xhtml-authoring-guide.html,1.46,1.47

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

Modified Files:
	html-xhtml-authoring-guide.html 
Log Message:
Made <br /> tags self-closing, in line with polyglot rules.

Index: html-xhtml-authoring-guide.html
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- html-xhtml-authoring-guide.html	9 Dec 2010 19:45:01 -0000	1.46
+++ html-xhtml-authoring-guide.html	9 Dec 2010 21:16:10 -0000	1.47
@@ -682,9 +682,9 @@
 			<li>In the HTTP header of the response [<cite><a href="#bib-HTTP11" rel="biblioentry" class="bibref">HTTP11</a></cite>], as in the following:
 				<p>
 				<code>Content-type: text/html; charset=utf-8</code> 
-				<br>
+				<br />
 				or 
-				<br>
+				<br />
 				<code>Content-type: text/html; charset=utf-16</code>
 				</p>
 				Note that <a class="internalDFN" href="#dfn-polyglot-markup">polyglot markup</a> may use either <code>text/html</code> or <code>application/xhtml+xml</code> for the value of the content type.

Received on Thursday, 9 December 2010 21:16:14 UTC