Re: [w3c/screen-orientation] Edit screen orientation type definitions (#161)

marcoscaceres approved this pull request.

Couple of suggestions... 

> @@ -526,13 +526,21 @@ <h2>
         <p>
           <dfn>Natural</dfn> is an orientation that refers to either
           portrait-primary or landscape-primary depending on the device's usual
-          orientation.
+          orientation. This orientation is determined by the device's operating

```suggestion
          orientation. This orientation is usually provided by the underlying operating
```

>          </p>
         <p>
           <dfn>Any</dfn> is an orientation that means the screen can be locked
           to any one of portrait-primary, portrait-secondary, landscape-primary
           and landscape-secondary.
         </p>
+        <p>
+          The <dfn>default orientation</dfn> is the set of orientations to
+          which the screen is locked when there is no current <a>orientation
+          lock</a>. This orientation is determined by the device's operating
+          system.

```suggestion
          system or set by the end-user.
```

-- 
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/161#pullrequestreview-207965316

Received on Tuesday, 26 February 2019 13:56:45 UTC