Definition
Geometry Interfaces Module Level 1 defines DOMRectList
[Exposed=Window]
interface DOMRectList {
readonly attribute unsigned long length;
getter DOMRect? item(unsigned long index);
};
Methods and attributes that return objects implementing DOMRectList
Referring IDL interfaces/dictionaries
Referring specifications
- CSSOM View Module refers to
DOMRectList