Re: [w3c/screen-orientation] Editorial: Introduction Section (#132)

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.

I agree it probably makes sense to have unlock() as an algorithm.  I'll leave it as it is for now, and when I have written it, I will change the wording/link

-- 
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_r249399823

Received on Monday, 21 January 2019 10:42:34 UTC