#import [Exposed=Window] interface DOMRectList { getter DOMRect? item(unsigned long index); readonly attribute unsigned long length; iterable; };