Skip to content

Commit

Permalink
Editorial: remove schemeless origin group
Browse files Browse the repository at this point in the history
Closes #77.
  • Loading branch information
annevk committed Feb 27, 2020
1 parent 725373f commit 08dbaf9
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions storage.bs
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,6 @@ Promise.all([
<p>This specification uses terminology from the DOM, HTML, IDL, Permissions API, and URL Standards.
[[DOM]] [[HTML]] [[WEBIDL]] [[PERMISSIONS]] [[URL]]

A <dfn>schemeless origin group</dfn> is a group of one of the following:

<ul>
<li>Identical <a lt="opaque origin">opaque origins</a>.
<li><a lt="tuple origin">Tuple origins</a> whose <a for=origin>host</a> is identical and not a
<a for=/>domain</a>.
<li><a lt="tuple origin">Tuple origins</a> whose <a for=origin>host</a> is a <a for=/>domain</a> of
which the <a href="https://publicsuffix.org/list/">registrable domain</a> is identical.</li>
</ul>

<p class="note">This definition will move to a more suitable location eventually.



<h2 id=infrastructure>Infrastructure</h2>
Expand Down Expand Up @@ -183,10 +171,10 @@ indications of "popularity".
<h2 id=ui-guidelines>User Interface Guidelines</h2>

User agents should not distinguish between network storage and <a>site storage</a> in their user
interface. Instead user agents should offer users the ability to remove all storage for a given
<a>schemeless origin group</a>. This ensures to some extent that network storage cannot be used to
revive <a>site storage</a>. This also reduces the amount users need to know about the different ways
in which a <a>schemeless origin group</a> can store data.
interface. Instead user agents should offer users the ability to remove all storage for each group
of <a>schemelessly same site</a> <a for=/>origins</a>. This ensures to some extent that network
storage cannot be used to revive <a>site storage</a>. This also reduces the amount users need to
know about the different ways in which sites can store data.
<!-- To some extent, since HTTP ETag... And also, permissions/credentials, maybe? -->

Credentials storage should be separated as it might contain data the user might not be able to
Expand Down

0 comments on commit 08dbaf9

Please sign in to comment.