Fix bug 25029: Sync up the void element list with latest HTML5.1 list
authortravil
Thu, 27 Mar 2014 13:58:04 -0700
changeset 46 dbaee43f1d5b
parent 45 cddb90aca176
child 47 1920f7b853a1
Fix bug 25029: Sync up the void element list with latest HTML5.1 list
* https://www.w3.org/Bugs/Public/show_bug.cgi?id=25029
Also a tweak to the overview comparison of the XML/HTML serialization algorithms.
index.html
--- a/index.html	Thu Mar 27 13:19:55 2014 -0700
+++ b/index.html	Thu Mar 27 13:58:04 2014 -0700
@@ -302,7 +302,8 @@
                 will always be serialized such that their namespaceURI is preserved. In some cases 
                 this means that an existing prefix, prefix declaration attribute or default namespace 
                 declaration attribute might be dropped, substituted or changed.
-                An <a title="concept-serialize-html">HTML serialization</a> will drop these namespaces.
+                An <a title="concept-serialize-html">HTML serialization</a> does not attempt to 
+                preserve the namespaceURI.
             <li><a title="element" data-spec="DOM4" class="externalDFN">Elements</a> not in the
                 <a title="html-ns">HTML namespace</a> containing no children, are serialized using 
                 the self-closing tag syntax (i.e., according to the <var>EmptyElemTag</var> 
@@ -485,9 +486,12 @@
                         <a title="void-elements" data-spec="HTML5" class="externalDFN">void elements</a>:
                         "<code>area</code>",
                         "<code>base</code>",
+                        "<code>basefont</code>",
+                        "<code>bgsound</code>",
                         "<code>br</code>",
                         "<code>col</code>",
                         "<code>embed</code>",
+                        "<code>frame</code>",
                         "<code>hr</code>",
                         "<code>img</code>",
                         "<code>input</code>",