Re: [w3c/screen-orientation] Should the -secondary orientations be exposed? (#188)

`window.orientation` is deprecated but even if we could remove it (I would doubt it, it's used widely), `screen.orientation.angle` exposes the same information.

Secondary types are meant to lock the screen orientation, not to detect it. The read part is just better than the angle as it provides more semantic information but nothing that can't be guessed from just reading the angle.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/screen-orientation/issues/188#issuecomment-555622533

Received on Tuesday, 19 November 2019 17:39:36 UTC