Removes the attribute of name.
name
@override void removeAttribute(String name) { final element = nodeAsElement; element?.removeAttribute(name); }