eliot: Made <br /> tags self-closing, in line with polyglot rules.

eliot: Made <br /> tags self-closing, in line with polyglot rules.

http://dev.w3.org/cvsweb/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html?r1=1.46&r2=1.47&f=h

===================================================================
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:18:00 UTC