whatwg/dom

"Attr? setAttributeNode(Attr attr);"

Open

#205 创建于 2016年4月6日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)HTML (1,475 star) (343 fork)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?

贡献者指南