CVS html5/html-xhtml-author-guide

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

Modified Files:
	html-xhtml-authoring-guide.html 
Log Message:
Added <wbr> and <track> elements to the list of void elements, per bug 19381

--- /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html	2013/04/08 04:21:16	1.92
+++ /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html	2013/04/08 04:41:46	1.93
@@ -520,6 +520,8 @@
 			<li><code>meta</code></li>
 			<li><code>param</code></li>
 			<li><code>source</code></li>
+			<li><code>track</code></li>
+			<li><code>wbr</code></li>	
 		</ul>
 	  <p><a title="polyglot markup">Polyglot markup</a> uses the minimized tag syntax for void elements, e.g. <code>&lt;br/&gt;</code>, 
 	  	rather than the alternative syntax <code>&lt;br&gt;&lt;/br&gt;</code>.

Received on Monday, 8 April 2013 04:41:49 UTC