File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,8 @@ <h2>Serializing</h2>
302
302
will always be serialized such that their namespaceURI is preserved. In some cases
303
303
this means that an existing prefix, prefix declaration attribute or default namespace
304
304
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.
306
307
< li > < a title ="element " data-spec ="DOM4 " class ="externalDFN "> Elements</ a > not in the
307
308
< a title ="html-ns "> HTML namespace</ a > containing no children, are serialized using
308
309
the self-closing tag syntax (i.e., according to the < var > EmptyElemTag</ var >
@@ -485,9 +486,12 @@ <h2>Serializing</h2>
485
486
< a title ="void-elements " data-spec ="HTML5 " class ="externalDFN "> void elements</ a > :
486
487
"< code > area</ code > ",
487
488
"< code > base</ code > ",
489
+ "< code > basefont</ code > ",
490
+ "< code > bgsound</ code > ",
488
491
"< code > br</ code > ",
489
492
"< code > col</ code > ",
490
493
"< code > embed</ code > ",
494
+ "< code > frame</ code > ",
491
495
"< code > hr</ code > ",
492
496
"< code > img</ code > ",
493
497
"< code > input</ code > ",
You can’t perform that action at this time.
0 commit comments