Skip to content

Commit

Permalink
[e] (0) Clarify that this can be a default behaviour.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18866
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7540 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 25, 2012
1 parent 9ad62a6 commit 7aca9c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -85781,8 +85781,8 @@ <h4 id=user-tracking><span class=secno>11.4.1 </span>User tracking</h4>
<dt>Expiring stored data</dt>
<dd>

<p>User agents may, if so configured by the user, automatically
delete stored data after a period of time.</p>
<p>User agents may, possibly in a manner configured by the user, automatically delete stored
data after a period of time.</p>

<p>For example, a user agent could be configured to treat
third-party local storage areas as session-only storage, deleting
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -85781,8 +85781,8 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
<dt>Expiring stored data</dt>
<dd>

<p>User agents may, if so configured by the user, automatically
delete stored data after a period of time.</p>
<p>User agents may, possibly in a manner configured by the user, automatically delete stored
data after a period of time.</p>

<p>For example, a user agent could be configured to treat
third-party local storage areas as session-only storage, deleting
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -99681,8 +99681,8 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<dt>Expiring stored data</dt>
<dd>

<p>User agents may, if so configured by the user, automatically
delete stored data after a period of time.</p>
<p>User agents may, possibly in a manner configured by the user, automatically delete stored
data after a period of time.</p>

<p>For example, a user agent could be configured to treat
third-party local storage areas as session-only storage, deleting
Expand Down

0 comments on commit 7aca9c5

Please sign in to comment.