diff --git a/storage-access.bs b/storage-access.bs index e5a8ab7..ffa9102 100644 --- a/storage-access.bs +++ b/storage-access.bs @@ -304,7 +304,7 @@ The Storage Access API defines a [=powerful feature=] identified by the [=powerf
[=powerful feature/permission key type=]
- A [=permission key=] of the "storage-access" feature is a [=tuple=] consisting of a [=site=] key site and an [=/origin=] key origin. + A [=permission key=] of the "storage-access" feature is a [=tuple=] consisting of a [=site=] top-level and an [=/origin=] requester. ISSUE(privacycg/storage-access#147): Note that this will likely change to a (site, site) keying.
@@ -320,8 +320,8 @@ The Storage Access API defines a [=powerful feature=] identified by the [=powerf
To compare the [=permission keys=] |key1| and |key2| for the "storage-access" feature, run the following steps: - 1. If |key1|'s [=permission key/key site=] is not [=same site=] with |key2|'s [=permission key/key site=], return false. - 1. If |key1|'s [=permission key/key origin=] is not [=same origin=] with |key2|'s [=permission key/key origin=], return false. + 1. If |key1|'s [=permission key/top-level=] is not [=same site=] with |key2|'s [=permission key/top-level=], return false. + 1. If |key1|'s [=permission key/requester=] is not [=same origin=] with |key2|'s [=permission key/requester=], return false. 1. Return true.