Skip to content

Commit 6a6a93a

Browse files
committed
Rebase, rename variables
1 parent 2411f8d commit 6a6a93a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

storage-access.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ The Storage Access API defines a [=powerful feature=] identified by the [=powerf
304304
</dd>
305305
<dt>[=powerful feature/permission key type=]</dt>
306306
<dd>
307-
A [=permission key=] of the "<a permission><code>storage-access</code></a>" feature is a [=tuple=] consisting of a [=site=] <dfn for="permission key">key site</dfn> and an [=/origin=] <dfn for="permission key">key origin</dfn>.
307+
A [=permission key=] of the "<a permission><code>storage-access</code></a>" feature is a [=tuple=] consisting of a [=site=] <dfn for="permission key">top-level</dfn> and an [=/origin=] <dfn for="permission key">requester</dfn>.
308308

309309
ISSUE(privacycg/storage-access#147): Note that this will likely change to a (site, site) keying.
310310
</dd>
@@ -320,8 +320,8 @@ The Storage Access API defines a [=powerful feature=] identified by the [=powerf
320320
<dd>
321321
To compare the [=permission keys=] |key1| and |key2| for the "<a permission><code>storage-access</code></a>" feature, run the following steps:
322322

323-
1. If |key1|'s [=permission key/key site=] is not [=same site=] with |key2|'s [=permission key/key site=], return false.
324-
1. If |key1|'s [=permission key/key origin=] is not [=same origin=] with |key2|'s [=permission key/key origin=], return false.
323+
1. If |key1|'s [=permission key/top-level=] is not [=same site=] with |key2|'s [=permission key/top-level=], return false.
324+
1. If |key1|'s [=permission key/requester=] is not [=same origin=] with |key2|'s [=permission key/requester=], return false.
325325
1. Return true.
326326
</dd>
327327
</dl>

0 commit comments

Comments
 (0)