mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
@@ -3,6 +3,8 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-75708506
|
||||
|
||||
interface HTMLCollection {
|
||||
readonly attribute unsigned long length;
|
||||
getter Element? item(unsigned long index);
|
||||
|
||||
Reference in New Issue
Block a user