From 08dbaf913976783ae9bfb9a1054d9f1e6eeb7d06 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 26 Feb 2020 15:25:14 +0100 Subject: [PATCH] Editorial: remove schemeless origin group Closes #77. --- storage.bs | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/storage.bs b/storage.bs index 79497f6..c1b213f 100644 --- a/storage.bs +++ b/storage.bs @@ -79,18 +79,6 @@ Promise.all([

This specification uses terminology from the DOM, HTML, IDL, Permissions API, and URL Standards. [[DOM]] [[HTML]] [[WEBIDL]] [[PERMISSIONS]] [[URL]] -A schemeless origin group is a group of one of the following: - -

- -

This definition will move to a more suitable location eventually. -

Infrastructure

@@ -183,10 +171,10 @@ indications of "popularity".

User Interface Guidelines

User agents should not distinguish between network storage and site storage in their user -interface. Instead user agents should offer users the ability to remove all storage for a given -schemeless origin group. This ensures to some extent that network storage cannot be used to -revive site storage. This also reduces the amount users need to know about the different ways -in which a schemeless origin group can store data. +interface. Instead user agents should offer users the ability to remove all storage for each group +of schemelessly same site origins. This ensures to some extent that network +storage cannot be used to revive site storage. This also reduces the amount users need to +know about the different ways in which sites can store data. Credentials storage should be separated as it might contain data the user might not be able to