whatwg/dom

"Attr? setAttributeNode(Attr attr);"

Open

#205 opened on 2016年4月6日

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

説明

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?

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