Closed RavuAlHemio closed 4 years ago
Node has get_attribute_ns and set_attribute_ns, but no remove_attribute_ns. This PR implements remove_attribute_ns.
Node
get_attribute_ns
set_attribute_ns
remove_attribute_ns
Looks great to me! I don't have any further comments, and thanks for also adding a test.
Node
hasget_attribute_ns
andset_attribute_ns
, but noremove_attribute_ns
. This PR implementsremove_attribute_ns
.