File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,9 @@ <h2>Serializing</h2>
299
299
< ul >
300
300
< li > < a title ="element " data-spec ="DOM4 " class ="externalDFN "> Elements</ a > and
301
301
< a title ="concept-attribute " data-spec ="DOM4 " class ="externalDFN "> attributes</ a >
302
- will always be serialized with their namespaceURI explicitly defined (if non-null).
302
+ will always be serialized such that their namespaceURI is preserved. In some cases
303
+ this means that an existing prefix, prefix declaration attribute or default namespace
304
+ declaration attribute might be dropped, substituted or changed.
303
305
An < a title ="concept-serialize-html "> HTML serialization</ a > will drop these namespaces.
304
306
< li > < a title ="element " data-spec ="DOM4 " class ="externalDFN "> Elements</ a > not in the
305
307
< a title ="html-ns "> HTML namespace</ a > containing no children, are serialized using
You can’t perform that action at this time.
0 commit comments