[w3c/permissions] May reorder the permission state read steps (#137)

Sorry if there was an issue in this topic, but I didn't found any. As I see Step 2 and 3 in https://w3c.github.io/permissions/#permission-state could be switched. Both depends on the same `setting` and `descriptor`, and moving the current Step 3 forward results in non-secure contexts an early return, if there was a previous invocation of this algorithm (the result of this invocation is also stored), and there is no new information about the user’s intent.

-- 
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/permissions/issues/137

Received on Tuesday, 7 February 2017 09:59:14 UTC