[1] DOMStringList
界面は、
DOMString
値の順序並びを抽象化したものです。
種類 | 名前 | 説明 | 水準 |
メソッド | boolean contains (DOMString str) | 項目に str が含まれるか | DOM 3 |
メソッド | DOMString item (unsigned long index) | index 番目の項目 | DOM 3 |
読取専用属性 | unsigned long length | 項目数 | DOM 3 |
[17] 具体的にこれをどう実装するかは規定されていません。
DOMStringList
<IW:DOM3:"Core/core.html#DOMStringList">[9] IRC logs: freenode / #whatwg / 20140306 ( ( 版)) <http://krijnhoetmer.nl/irc-logs/whatwg/20140306>
[10] List DOMStringList as removed · 67458a2 · whatwg/dom ( ( 版)) <https://github.com/whatwg/dom/commit/67458a2880339f01c2137662ced901535cdc5d2a>
[11] IRC logs: freenode / #whatwg / 20150115 ( ( 版)) <http://krijnhoetmer.nl/irc-logs/whatwg/20150115#l-761>
[12] Added definition for DOMStringList. See #28 (inexorabletash著, ) <https://github.com/w3c/IndexedDB/commit/fe20e001747b3a39f8d2633595a913d0c64b52d0>
[13] Missing word in DOMStringList note (inexorabletash著, ) <https://github.com/w3c/IndexedDB/commit/de3c700577a136ebe82ff5f79046f659963881a7>
[14] Point to HTML for DOMStringList (zcorpan著, ) <https://github.com/whatwg/dom/commit/3fde24e0fac43e2954b28441ea42c36e615ae011>
[15] Remove DOMStringList definition (Resolves #28) (inexorabletash著, ) <https://github.com/w3c/IndexedDB/commit/3b8a857623a0dcdda2ec8a3d6a97c39a9c1f9a43>
[16] Restore DOMStringList so ancestorOrigins can use it (annevk著, ) <https://github.com/whatwg/html/commit/a830aef7a9087b0d879f548980f0c616df02149e>
[18] Point to HTML for DOMStringList by zcorpan · Pull Request #385 · whatwg/dom () <https://github.com/whatwg/dom/pull/385>
[19] annevk は DOM Standard で復活させることを検討していましたが、 domenic は HTML Standard が使っていることを理由に HTML Standard に復活させました >>18。
[20] Fix typos in DOMStringList (harttle著, ) <https://github.com/whatwg/html/commit/26b872a1d480786a42796ddc5d3ba6a873a9b652>
[21] "The length attribute's getter must this DOMStri..." · Issue #2736 · whatwg/html () <https://github.com/whatwg/html/issues/2736>