blob: 8106c2d4e0599cb2383a32873968ffa5dd81ebe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: Compatibility Standard (https://compat.spec.whatwg.org/)
partial interface Window {
readonly attribute short orientation;
attribute EventHandler onorientationchange;
};
partial interface HTMLBodyElement {
attribute EventHandler onorientationchange;
};
|