Search
Implementation of DOMRect interface https://www.w3.org/TR/geometry-1/#DOMRect
@type t() :: %DOM.DOMRect{ bottom: float(), height: float(), left: float(), right: float(), top: float(), width: float(), x: float(), y: float() }