Lines Matching full:readonly
24 readonly attribute long screenX;
25 readonly attribute long screenY;
26 readonly attribute long clientX;
27 readonly attribute long clientY;
28 readonly attribute boolean ctrlKey;
29 readonly attribute boolean shiftKey;
30 readonly attribute boolean altKey;
31 readonly attribute boolean metaKey;
32 readonly attribute unsigned short button;
33 readonly attribute EventTarget relatedTarget;
52 readonly attribute long offsetX;
53 readonly attribute long offsetY;
54 readonly attribute long x;
55 readonly attribute long y;
56 readonly attribute Node fromElement;
57 readonly attribute Node toElement;
60 readonly attribute Clipboard dataTransfer;