- From: TAMURA, Kent <notifications@github.com>
- Date: Thu, 14 Feb 2019 18:08:46 -0800
- To: w3c/DOM-Parsing <DOM-Parsing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 February 2019 02:09:08 UTC
https://w3c.github.io/DOM-Parsing/#xml-serializing-an-element-node as of 2019-02-11.
The step 12.5.5. is like:
5. 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.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/issues/43
Received on Friday, 15 February 2019 02:09:08 UTC