You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Append the following to markup, in the order listed:
1. " " (U+0020 SPACE);
2. The string "xmlns:";
.....
6. """ (U+0022 QUOTATION MARK).
7. If local default namespace is not null ...
We can't append the last item. I think it should be 12.5.6 instead of 12.5.5.7.
The text was updated successfully, but these errors were encountered:
https://w3c.github.io/DOM-Parsing/#xml-serializing-an-element-node as of 2019-02-11.
The step 12.5.5. is like:
1. " " (U+0020 SPACE);
2. The string "xmlns:";
.....
6. """ (U+0022 QUOTATION MARK).
7. If local default namespace is not null ...
We can't append the last item. I think it should be 12.5.6 instead of 12.5.5.7.
The text was updated successfully, but these errors were encountered: