whatwg/dom

"Attr? setAttributeNode(Attr attr);"

Ouverte

#205 ouverte le 6 avr. 2016

 (5 commentaires) (0 réaction) (0 personne assignée)HTML (338 forks)batch import
good first issue

Métriques du dépôt

Stars
 (1 728 étoiles)
Métriques de merge PR
 (Merge moyen 56j 18h) (6 PRs mergées en 30 j)

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?

Guide contributeur