Re: [w3c/screen-orientation] Editorial: Internal slots (#144)

Johanna-hub commented on this pull request.



> +              <td>
+                <dfn>[[\defaultOrientation]]</dfn>
+              </td>
+              <td>
+                The set of orientations to which the screen orientation is
+                locked when not explicitly locked by this API or any other
+                means.
+              </td>
+            </tr>
+            <tr>
+              <td>
+                <dfn>[[\orientationPendingPromise]]</dfn>
+              </td>
+              <td>
+                Initially set to <code>null</code> this is a promise whose
+                associated operation is to lock the screen orientation.

Where should these references to promises link to?  At the moment in the ScreenOrientation interface the promise in the webIDL links to https://heycam.github.io/webidl/#idl-promise.  I'm not sure that is the right reference for here?

-- 
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/144#discussion_r253831217

Received on Tuesday, 5 February 2019 11:48:07 UTC