[w3c/DOM-Parsing] "XML serialization of the attributes" appears to be missing "If" at the start of step 3.5.2.4 (Issue #72)

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](https://w3c.github.io/DOM-Parsing/#dfn-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.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/issues/72
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/DOM-Parsing/issues/72@github.com>

Received on Tuesday, 5 July 2022 18:10:44 UTC