Skip to content

Commit 1299608

Browse files
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.
1 parent 690aa04 commit 1299608

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ <h2>Serializing</h2>
302302
will always be serialized such that their namespaceURI is preserved. In some cases
303303
this means that an existing prefix, prefix declaration attribute or default namespace
304304
declaration attribute might be dropped, substituted or changed.
305-
An <a title="concept-serialize-html">HTML serialization</a> will drop these namespaces.
305+
An <a title="concept-serialize-html">HTML serialization</a> does not attempt to
306+
preserve the namespaceURI.
306307
<li><a title="element" data-spec="DOM4" class="externalDFN">Elements</a> not in the
307308
<a title="html-ns">HTML namespace</a> containing no children, are serialized using
308309
the self-closing tag syntax (i.e., according to the <var>EmptyElemTag</var>
@@ -485,9 +486,12 @@ <h2>Serializing</h2>
485486
<a title="void-elements" data-spec="HTML5" class="externalDFN">void elements</a>:
486487
"<code>area</code>",
487488
"<code>base</code>",
489+
"<code>basefont</code>",
490+
"<code>bgsound</code>",
488491
"<code>br</code>",
489492
"<code>col</code>",
490493
"<code>embed</code>",
494+
"<code>frame</code>",
491495
"<code>hr</code>",
492496
"<code>img</code>",
493497
"<code>input</code>",

0 commit comments

Comments
 (0)