[5] Node
の hasAttributes
メソッドは、
内容属性を1つでも持っていれば真を、そうでなければ偽を返します。
[3] hasAttributes
メソッドは DOM2 で追加されました。
[4] DOM4 は AttrExodus によりこのメソッドを削除しています。 (コメントとして規定は一応残されています >>1。)
[6] 子供の有無を返す hasChildNodes
と似ています。
[7] Put hasAttributes() back. Fixes https://www.w3.org/Bugs/Public/show_bug.... · d0ff369 · whatwg/dom ( ( 版)) <https://github.com/whatwg/dom/commit/d0ff369b1ccbbd428fd22c283d94535e5befe5c7>
[8] Editorial: define attribute list in terms of Infra's list (annevk著, ) <https://github.com/whatwg/dom/commit/f88c7a087268f5a9cf55b92c40754107e696d705>