- From: Johanna <notifications@github.com>
- Date: Thu, 17 Jan 2019 06:40:36 -0800
- To: w3c/screen-orientation <screen-orientation@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 17 January 2019 14:40:58 UTC
Johanna-hub commented on this pull request. > + </p> + <p> + This specification describes how the API: + </p> + <ul> + <li>provides the current screen orientation type and angle of a device + as defined in the <a>updating orientation algorithm</a>. + </li> + <li>updates the screen orientation when the viewport angle changes + according to the <a>screen orientation change algorithm</a>. + </li> + <li>locks the screen to a specific orientation following the <a>locking + orientation algorithm</a>. + </li> + <li>unlocks the locked screen to the default orientation as described + in the <a data-link-for="ScreenOrientation">unlock()</a> method. No there is no unlock algorithm. The unlock() method basically says to run the steps to lock and set to default orientation. -- 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/pull/132#discussion_r248696249
Received on Thursday, 17 January 2019 14:40:58 UTC