Coyote Browser / Reference

A fresh HTML5 browser engine for HBBTV and embedded systems

²
  • Home
  • FAQ
  • About

Reference Index > DOM Geometry

DOMRectReadOnly

Interface Specification

W3C Logo from https://www.w3.org/TR/geometry-1/#DOMRect
interface DOMRectReadOnly
{
readonly attribute unrestricted double x;
readonly attribute unrestricted double y;
readonly attribute unrestricted double width;
readonly attribute unrestricted double height;
readonly attribute unrestricted double top;
readonly attribute unrestricted double right;
readonly attribute unrestricted double bottom;
readonly attribute unrestricted double left;
};
};

Implementation status

Number of constants in JS interface: none
Number of attributes in JS interface: 8/8
Number of functions in JS interface: none

FunctionImplementation status

Browser & Device compatibility

Device typeSupport Status
Desktop PC browsersYes
HBBTV 1.5 devicesNo
HBBTV 2.0.x devicesNo

Notes

none

This page has been generated automatically from source code by the CoyoteBrowser InfoTool on Tue Jan 05 16:54:08 2021 . Some design elements from MDN are used under CC-BY-SA license from "Mozilla Contributors".