- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 21 Jan 2019 02:20:07 -0800
- To: w3c/screen-orientation <screen-orientation@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 21 January 2019 10:20:29 UTC
marcoscaceres 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. I wonder if we should abstract out the unlocking steps from the method? Do any algorithms unlock by calling into .unlock()? -- 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_r249392320
Received on Monday, 21 January 2019 10:20:29 UTC