Re: [w3c/permissions] Define a PermissionStorage type for each permission to store data with. (#73)

> @@ -420,14 +419,22 @@
>            settings</var>' <a>top-level browsing context</a>'s <a>origin</a>
>          </li>
>        </ol>
> +      <dl class='idl' title='dictionary PermissionStorage'>

I can make it look like:

```
dictionary PermissionStorage {
    // PermissionStorage is just an explanatory device.
    // Instances are never received from or passed to Javascript code.
    required PermissionState state;
};
```

Otherwise, I'm open to suggestions, but I do find that having a concrete list of properties, however expressed, makes it easier to follow specifications.

---
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/pull/73/files/f8971ededce3ee7e02d371f66cf0a3e6e9a0d836..38c88ace58fbf4090cd998a379c2f17211ac41cd#r57671826

Received on Tuesday, 29 March 2016 04:54:03 UTC