Skip to content
Closed
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
12 changes: 6 additions & 6 deletions storage.bs
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,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">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 @@ -253,8 +253,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 Expand Up @@ -393,7 +393,7 @@ steps:

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

<p>A <dfn>storage bottle</dfn> is a part of a <a>storage bucket</a> carved out for a single
<p>A <dfn export>storage bottle</dfn> is a part of a <a>storage bucket</a> carved out for a single
<a>storage endpoint</a>. A <a>storage bottle</a> has a <dfn for="storage bottle">map</dfn>, which is
initially an empty <a for=/>map</a>. A <a>storage bottle</a> also has a
<dfn for="storage bottle">proxy map reference set</dfn>, which is initially an empty
Expand Down Expand Up @@ -472,7 +472,7 @@ is needed for <a href="https://github.com/whatwg/storage/issues/4">issue #4</a>
<a href="https://privacycg.github.io/storage-access/">Storage Access API</a>.


<h3 id=storage-task-source>Storage task source</h2>
<h3 id=storage-task-source>Storage task source</h3>

<p>The <dfn export id=task-source>storage task source</dfn> is a <a for=/>task source</a> to be used
for all <a for=/>tasks</a> related to a <a>storage endpoint</a>. In particular those that relate to
Expand Down