Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial error in 'XML serializing an Element node' #43

Open
tkent-google opened this issue Feb 15, 2019 · 0 comments
Open

Editorial error in 'XML serializing an Element node' #43

tkent-google opened this issue Feb 15, 2019 · 0 comments

Comments

@tkent-google
Copy link

https://w3c.github.io/DOM-Parsing/#xml-serializing-an-element-node as of 2019-02-11.
The step 12.5.5. is like:

  1. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants