whatwg/dom

"Attr? setAttributeNode(Attr attr);"

开放

#205 创建于 2016年4月6日

 (5 条评论) (0 个反应) (0 位负责人)HTML (338 个派生)batch import
good first issue

仓库指标

星标
 (1,728 个星标)
PR 合并指标
 (平均合并 56天 18小时) (30 天内合并 6 个 PR)

描述

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?

贡献者指南