We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In "XML serialization of the attributes" (https://w3c.github.io/DOM-Parsing/#serializing-an-element-s-attributes), step 3.5.2.4 reads:
the attr's prefix matches the string "xmlns", then let candidate prefix be the string "xmlns".
I believe this is missing an "If" at the start, based on the structure of the step.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In "XML serialization of the attributes" (https://w3c.github.io/DOM-Parsing/#serializing-an-element-s-attributes), step 3.5.2.4 reads:
I believe this is missing an "If" at the start, based on the structure of the step.
The text was updated successfully, but these errors were encountered: