Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Export storage keys, their origins, and storage sheds. #162

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions storage.bs
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ anticipated that some APIs will be applicable to both <a>storage types</a> going

<h3 id=storage-keys>Storage keys</h3>

<p>A <dfn>storage key</dfn> is a <a>tuple</a> consisting of an <dfn for="storage key">origin</dfn>
(an <a for=/>origin</a>). [[!HTML]]
<p>A <dfn export>storage key</dfn> is a <a>tuple</a> consisting of an
<dfn for="storage key" export>origin</dfn> (an <a for=/>origin</a>). [[!HTML]]

<p class=XXX>This is expected to change; see
<a href="https://privacycg.github.io/storage-partitioning/">Client-Side Storage Partitioning</a>.
Expand Down Expand Up @@ -252,8 +252,8 @@ steps:

<h3 id=storage-sheds>Storage sheds</h3>

<p>A <dfn>storage shed</dfn> is a <a for=/>map</a> of <a>storage keys</a> to <a>storage shelves</a>.
It is initially empty.
<p>A <dfn export>storage shed</dfn> is a <a for=/>map</a> of <a>storage keys</a> to
<a>storage shelves</a>. It is initially empty.

<hr>

Expand Down