whatwg/dom

"Attr? setAttributeNode(Attr attr);"

Open

#205 opened on Apr 6, 2016

View on GitHub
 (5 comments) (0 reactions) (0 assignees)HTML (1,475 stars) (343 forks)batch import
good first issue

Description

https://dom.spec.whatwg.org/#dom-element-getattributenodens-namespace-localname-localname

Attr? setAttributeNode(Attr attr); and all the other methods like ...AttributeNode() are we now encouraged to use again? or should we prefer attributes.setNamedItem or Element.setAttribue?

Contributor guide