w3c / DOM-Parsing

DOM Parsing and Serialization
https://w3c.github.io/DOM-Parsing/
Other
27 stars 14 forks source link

Do not forbid resetting the default namespace… #49

Open bwrrp opened 5 years ago

bwrrp commented 5 years ago

…when requiring well-formedness

At this point, the declaration may either be a prefix declaration or a default namespace declaration. While prefix declarations for the null namespace are not valid, it is allowed to reset the default namespace this way.

Fixes #48