- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 16 Oct 2025 23:35:22 -0700
- To: w3c/screen-orientation <screen-orientation@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/screen-orientation/pull/271@github.com>
- Add Window interface extension with orientation attribute and onorientationchange handler - Integrate orientationchange event firing into existing screen orientation change steps - Map window.orientation values according to WHATWG compat spec algorithm - Support required values (-90, 0, 90) and optional 180° value - Remove device-specific restrictions to support device-independent web This moves window.orientation from WHATWG compat spec to Screen Orientation spec where it belongs conceptually, providing a single authoritative definition. Fixes #249 The following tasks have been completed: * [ ] Modified Web platform tests (link to pull request) Implementation commitment: * [ ] WebKit (https://bugs.webkit.org/enter_bug.cgi) * [ ] Chromium (https://bugs.chromium.org/p/chromium/issues/detail?id=) * [ ] Gecko (https://bugzilla.mozilla.org/show_bug.cgi?id=) <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/w3c/screen-orientation/pull/271.html" title="Last updated on Oct 17, 2025, 6:34 AM UTC (ea35f37)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/screen-orientation/271/245ed44...ea35f37.html" title="Last updated on Oct 17, 2025, 6:34 AM UTC (ea35f37)">Diff</a> You can view, comment on, or merge this pull request online at: https://github.com/w3c/screen-orientation/pull/271 -- Commit Summary -- * Standardize window.orientation API -- File Changes -- M index.html (52) -- Patch Links -- https://github.com/w3c/screen-orientation/pull/271.patch https://github.com/w3c/screen-orientation/pull/271.diff -- Reply to this email directly or view it on GitHub: https://github.com/w3c/screen-orientation/pull/271 You are receiving this because you are subscribed to this thread. Message ID: <w3c/screen-orientation/pull/271@github.com>
Received on Friday, 17 October 2025 06:35:26 UTC