- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 22 Jul 2016 00:53:36 -0700
- To: whatwg/storage <storage@noreply.github.com>
- Message-ID: <whatwg/storage/pull/36/r71840013@github.com>
> @@ -299,22 +306,12 @@ <h2 class="heading settled" data-level="7" id="api"><span class="secno">7. </spa > <li> > <p>Let <var>origin</var> be <var>settingsObject</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#origin">origin</a>. </p> > <li> > - <p>Let <var>permission</var> be <a data-link-type="dfn" href="#permission">permission</a> for <var>origin</var>. </p> > - <li> > - <p>If <var>permission</var> is "<code title="">prompt</code>", then determine through asking the > - user or using heuristics whether <var>origin</var> is allowed to use persistent storage. If that > - returns a positive answer, then set <var>permission</var> to "<code title="">granted</code>". If > - that returns a negative answer, then set <var>permission</var> to "<code title="">denied</code>". > - If that returns no answer, then do not alter <var>permission</var>. </p> > - <p class="note" role="note">User agents are encouraged to not let the user answer this question twice for > - the same <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/browsers.html#origin">origin</a> around the same time and this algorithm is not equipped to handle such a > - scenario. </p> We should keep this note I think. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/storage/pull/36/files/86a18c644f5ab19df446e9ce181e53f5ba1962b6#r71840013
Received on Friday, 22 July 2016 07:54:05 UTC