Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv committed Mar 19, 2024
1 parent cad84cc commit a51130a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ Modify {{Document/requestStorageAccess()}} at step 14.1.1.1.1 to read:

For all of the following getters and methods, consider the |docForSAA| to be |doc| with the following modifications:

1. No existing storage mechanism caches on |doc| will be available on |docForSAA|.
1. Any storage mechanism caches made on |docForSAA| will not be added to |doc|.
1. When attempting to [=obtain a storage key=] the returned key will use [[STORAGE-PARTITIONING#relaxing-additional-keying]].
1. When attempting to [=obtain a storage key=] the returned key will use [[STORAGE-PARTITIONING#relaxing-additional-keying]] if the tuple does not simply contain an [=/origin=].

Issue(19): Clarify client-side storage mechanism changes in more detail.

<h4 id="dom-storage">[=Web storage=]</h4>

Expand Down

0 comments on commit a51130a

Please sign in to comment.