diff --git a/index.html b/index.html index 8a89fba..94e7d5d 100644 --- a/index.html +++ b/index.html @@ -142,12 +142,17 @@
When the {{unlock()}} method is invoked, the user agent MUST - run the steps to lock the orientation of the responsible - document to its default orientation. + run the steps to apply an orientation lock of the + responsible document to its default orientation.
-- {{unlock()}} does not return a promise because it is equivalent to - locking to the default orientation which might or might not be - known by the user agent. Hence, the user agent can not - predict what the new orientation is going to be and even if it is - going to change at all. -
-The steps to apply an orientation lock to a - document using |orientation| are as follows: + document using |orientation:OrientationLockType| are as + follows: