Navigation Menu

Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15719
Affected topics: Web Storage

git-svn-id: http://svn.whatwg.org/webapps@7172 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 10, 2012
1 parent 43f7b25 commit b4edb77
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 @@ -84764,8 +84764,8 @@ <h3 id=disk-space-0><span class=secno>11.3 </span>Disk space</h3>
<p>User agents should limit the total amount of space allowed for
storage areas.</p>

<p>User agents should guard against sites storing data under the
origins other affiliated sites, e.g. storing up to the limit in
<p>User agents should guard against sites storing data under their
origin's other affiliated sites, e.g. storing up to the limit in
a1.example.com, a2.example.com, a3.example.com, etc, circumventing
the main example.com storage limit.</p>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -84764,8 +84764,8 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
<p>User agents should limit the total amount of space allowed for
storage areas.</p>

<p>User agents should guard against sites storing data under the
origins other affiliated sites, e.g. storing up to the limit in
<p>User agents should guard against sites storing data under their
origin's other affiliated sites, e.g. storing up to the limit in
a1.example.com, a2.example.com, a3.example.com, etc, circumventing
the main example.com storage limit.</p>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -98552,8 +98552,8 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<p>User agents should limit the total amount of space allowed for
storage areas.</p>

<p>User agents should guard against sites storing data under the
origins other affiliated sites, e.g. storing up to the limit in
<p>User agents should guard against sites storing data under their
origin's other affiliated sites, e.g. storing up to the limit in
a1.example.com, a2.example.com, a3.example.com, etc, circumventing
the main example.com storage limit.</p>

Expand Down

0 comments on commit b4edb77

Please sign in to comment.