blob: bbb268b60f0b0ca47001809d76eebaff1c8ce8f1 [file] [log] [blame] [edit]
// GENERATED CONTENT - DO NOT EDIT
// Content of this file was automatically extracted from the compat spec.
// See https://compat.spec.whatwg.org/
partial interface Window {
readonly attribute short orientation;
attribute EventHandler onorientationchange;
};
partial interface HTMLBodyElement {
attribute EventHandler onorientationchange;
};