-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken references in Compatibility Standard for window.orientation #223
Comments
https://compat.spec.whatwg.org/#dfn-window-orientation-angle Looks like there's some recent updates in Screen Orientation, so we should update to match the new hotness. |
@miketaylr, should we just move the window.orientation stuff to the orientation spec? window.orientation is widely used (I think) so we probably can't get rid of it (and it's interoperable)... wdyt? What's been commonly done in these cases? |
@marcoscaceres @miketaylr I moved this comment in a proper issue. |
Let me fix this first, then we can work on #239. |
The old algorithm we got the angle from ScreenOrientation no longer exists, so instead we get the "current orientation angle". But this is a no-op refactor - the result is the same. Fixes #223
The old algorithm we got the angle from ScreenOrientation no longer exists, so instead we get the "current orientation angle". But this is a no-op refactor - the result is the same. Fixes #223
While crawling Compatibility Standard, the following links to other specifications were detected as pointing to non-existing anchors:
This issue was detected and reported semi-automatically by Strudy based on data collected in webref.
The text was updated successfully, but these errors were encountered: