whatwg/dom

"Attr? setAttributeNode(Attr attr);"

オープン

#205 opened on 2016/04/06

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)HTML (338 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (1,728 個のスター)
PR merge metrics
 (平均マージ 56d 18h) (30d で 6 merged PRs)

説明

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?

コントリビューターガイド