whatwg/dom

"Attr? setAttributeNode(Attr attr);"

Offen

#205 geöffnet am 06.04.2016

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (338 Forks)batch import
good first issue

Repository-Metriken

Stars
 (1.728 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 56T 18h) (6 gemergte PRs in 30 T)

Beschreibung

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