Re: [w3c/screen-orientation] Editorial: new algorithms section (#131)

marcoscaceres commented on this pull request.



> @@ -420,6 +398,243 @@ <h2>
           lock that applies on its <a>top-level browsing context</a>. An
           orientation lock is an unordered set of <a>OrientationType</a>.
         </p>
+      </section>
+      <section>
+        <h2>
+          Default orientation
+        </h2>
+        <p>
+          A <a>document</a>'s <dfn>default orientation</dfn> is the set of
+          orientations to which the screen orientation is locked when it is not
+          explicitly locked by this API or any other means.
+        </p>
+        <p>
+          For the perspective of a <a>document</a>, locking to the <a>default
+          orientation</a> is equivalent to unlocking because it means that it
+          no longer has a lock applied. However, it does not mean that the
+          <a>default orientation</a> has to be <code>any</code>.

```suggestion
          <a>default orientation</a> has to be <a>any</a>.
```

-- 
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/131#pullrequestreview-191019054

Received on Thursday, 10 January 2019 01:33:50 UTC