[html5] r1493 - /

whatwg at whatwg.org whatwg at whatwg.org
Sun Apr 27 16:16:25 PDT 2008


Author: ianh
Date: 2008-04-27 16:16:24 -0700 (Sun, 27 Apr 2008)
New Revision: 1493

Modified:
   index
   source
Log:
[e] (0) Various editorial changes to the local storage section.

Modified: index
===================================================================
--- index	2008-04-27 22:21:22 UTC (rev 1492)
+++ index	2008-04-27 23:16:24 UTC (rev 1493)
@@ -32089,7 +32089,7 @@
    <code><a href="#storage0">Storage</a></code> object was affected, and its
    <code title=dom-StorageEvent-source><a href="#source0">source</a></code>
    attribute set to the <code><a href="#window">Window</a></code> object of
-   hte <span>browsing content</span> that that documents finds is in.</p>
+   the <span>browsing content</span> that that documents finds is in.</p>
   <!-- XXX onstorage should be defined -->
 
   <h5 id=event0><span class=secno>4.10.5.1. </span>Event definition</h5>
@@ -32137,17 +32137,16 @@
   <h5 id=disk-space><span class=secno>4.10.6.1. </span>Disk space</h5>
 
   <p>User agents should limit the total amount of space allowed for a storage
-   area based on the domain of the page setting the value.
+   area.
 
-  <p>User agents should not limit the total amount of space allowed on a
-   per-storage-area basis, otherwise a site could just store data in any
-   number of subdomains or ports, e.g. storing up to the limit in
-   a1.example.com, a2.example.com, a3.example.com, etc, circumventing
-   per-domain limits.
+  <p>User agents should guard against sites storing data in the storage areas
+   of subdomains, e.g. storing up to the limit in a1.example.com,
+   a2.example.com, a3.example.com, etc, circumventing the main example.com
+   storage area's limit.
 
-  <p>User agents may prompt the user when per-domain space quotas are
-   reached, allowing the user to grant a site more space. This enables sites
-   to store many user-created documents on the user's computer, for instance.
+  <p>User agents may prompt the user when quotas are reached, allowing the
+   user to grant a site more space. This enables sites to store many
+   user-created documents on the user's computer, for instance.
 
   <p>User agents should allow users to see how much space each domain is
    using.
@@ -32162,7 +32161,7 @@
 
   <h5 id=threads0><span class=secno>4.10.6.2. </span>Threads</h5>
 
-  <p>Multiple browsing contexts must be able to access the global storage
+  <p>Multiple browsing contexts must be able to access the local storage
    areas simultaneously in a predictable manner. Scripts must not be able to
    detect any concurrent script execution.
 
@@ -32172,7 +32171,7 @@
    executing, other than in a way that is predictable by the script itself.
 
   <p>There are various ways of implementing this requirement. One is that if
-   a script running in one browsing context accesses a global storage area,
+   a script running in one browsing context accesses a local storage area,
    the UA blocks scripts in other browsing contexts when they try to access
    the local storage area for the same origin until the first script has
    executed to completion. (Similarly, when a script in one browsing context
@@ -32214,7 +32213,7 @@
     <p>Expiring stored data: user agents may automatically delete stored data
      after a period of time.</p>
 
-    <p>For example, a user agent could treat third-party global storage areas
+    <p>For example, a user agent could treat third-party local storage areas
      as session-only storage, deleting the data once the user had closed all
      the <span>browsing contexts</span> that could access it.</p>
 
@@ -49007,33 +49006,32 @@
    (Channy Yun), Charl van Niekerk, Charles Iliya Krempeaux, Charles
    McCathieNevile, Christian Biesinger, Christian Johansen, Chriswa, Cole
    Robison, Collin Jackson, Daniel Brumbaugh Keeney, Daniel Glazman, Daniel
-   Peng, Daniel Spång, Darin Adler, Darin Fisher, Dave Singer, Dave
-   Townsend<!-- Mossop on moz irc -->, David Baron, David Bloom, David
-   Carlisle, David Flanagan, David Håsäther, David Hyatt, Debi
-   Orton, Derek Featherstone, DeWitt Clinton, Dimitri Glazkov, dolphinling,
-   Doron Rosenberg, Doug Kramer, Eira Monstad, Elliotte Harold, Erik
-   Arvidsson, Evan Martin, fantasai, Franck 'Shift' Quélain, Garrett
-   Smith, Geoffrey Sneddon, Håkon Wium Lie, Henri Sivonen, Henrik Lied,
-   Henry Mason, Hugh Winkler, Ignacio Javier, Ivo Emanuel Gonçalves,
-   J. King, Jacques Distler, James Graham, James M Snell, James Perrett,
-   Jan-Klaas Kollhof, Jason White, Jasper Bryant-Greene, Jeff Cutsinger, Jeff
-   Walden, Jens Bannmann, Jens Fendler, Jeroen van der Meer, Jim Meehan, Joe
-   Clark, Joel Spolsky, John Boyer, John Bussjaeger, John Harding, Johnny
-   Stenback, Jon Perlow, Jonathan Worent, Jorgen Horstink, Josh Levenberg,
-   Joshua Randall, Jukka K. Korpela, Kai Hendry, <!-- Keryx
-  Web, = Lars Gunther -->
-   Kornel Lesinski, &#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi),
-   Kristof Zelechovski, Lachlan Hunt, Larry Page, Lars Gunther, Laura L.
-   Carlson, Laura Wisewell, Laurens Holst, Leif Halvard Silli, Lenny
-   Domnitser, Léonard Bouchet, Leons Petrazickis, Logan<!-- on
-  moz irc -->,
-   Loune, Maciej Stachowiak, Malcolm Rowe, Mark Nottingham, Mark
-   Rowe<!--bdash-->, Mark Schenk, Martijn Wargers, Martin Atkins, Martin
-   Dürst, Martin Honnen, Mathieu Henri, Matthew Mastracci, Matthew
-   Raymond, Matthew Thomas, Mattias Waldau, Max Romantschuk, Michael 'Ratt'
-   Iannarelli, Michael A. Nachbaur, Michael A. Puls II<!--Shadow2531-->,
-   Michael Carter, Michael Gratton, Michael Powers, Michael Smith, Michel
-   Fortin, Michiel van der Blonk, Mihai
+   Peng, Daniel Spång, Darin Adler, Darin Fisher, Dave Camp, Dave
+   Singer, Dave Townsend<!-- Mossop on moz irc -->, David Baron, David Bloom,
+   David Carlisle, David Flanagan, David Håsäther, David Hyatt,
+   Debi Orton, Derek Featherstone, DeWitt Clinton, Dimitri Glazkov,
+   dolphinling, Doron Rosenberg, Doug Kramer, Eira Monstad, Elliotte Harold,
+   Erik Arvidsson, Evan Martin, fantasai, Franck 'Shift' Quélain,
+   Garrett Smith, Geoffrey Sneddon, Håkon Wium Lie, Henri Sivonen,
+   Henrik Lied, Henry Mason, Hugh Winkler, Ignacio Javier, Ivo Emanuel
+   Gonçalves, J. King, Jacques Distler, James Graham, James M Snell,
+   James Perrett, Jan-Klaas Kollhof, Jason White, Jasper Bryant-Greene, Jeff
+   Cutsinger, Jeff Walden, Jens Bannmann, Jens Fendler, Jeroen van der Meer,
+   Jim Meehan, Joe Clark, Joel Spolsky, John Boyer, John Bussjaeger, John
+   Harding, Johnny Stenback, Jon Perlow, Jonathan Worent, Jorgen Horstink,
+   Josh Levenberg, Joshua Randall, Jukka K. Korpela, Kai Hendry,
+   <!-- Keryx Web, = Lars Gunther --> Kornel Lesinski,
+   &#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi), Kristof Zelechovski,
+   Lachlan Hunt, Larry Page, Lars Gunther, Laura L. Carlson, Laura Wisewell,
+   Laurens Holst, Leif Halvard Silli, Lenny Domnitser, Léonard
+   Bouchet, Leons Petrazickis, Logan<!-- on
+  moz irc -->, Loune, Maciej
+   Stachowiak, Malcolm Rowe, Mark Nottingham, Mark Rowe<!--bdash-->, Mark
+   Schenk, Martijn Wargers, Martin Atkins, Martin Dürst, Martin Honnen,
+   Mathieu Henri, Matthew Mastracci, Matthew Raymond, Matthew Thomas, Mattias
+   Waldau, Max Romantschuk, Michael 'Ratt' Iannarelli, Michael A. Nachbaur,
+   Michael A. Puls II<!--Shadow2531-->, Michael Carter, Michael Gratton,
+   Michael Powers, Michael Smith, Michel Fortin, Michiel van der Blonk, Mihai
    &#x015E;ucan<!-- from ROBO Design -->, Mike Brown, Mike
    Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver,
    Mike Smith, Mikko Rantalainen, Neil Deakin, Neil Soiffer, Olav Junker

Modified: source
===================================================================
--- source	2008-04-27 22:21:22 UTC (rev 1492)
+++ source	2008-04-27 23:16:24 UTC (rev 1493)
@@ -29804,7 +29804,7 @@
   title="dom-StorageEvent-uri">uri</code> attribute set to the address
   of the page whose <code>Storage</code> object was affected, and its
   <code title="dom-StorageEvent-source">source</code> attribute set to
-  the <code>Window</code> object of hte <span>browsing content</span>
+  the <code>Window</code> object of the <span>browsing content</span>
   that that documents finds is in.</p>
 
   <!-- XXX onstorage should be defined -->
@@ -29856,18 +29856,17 @@
   <h5>Disk space</h5>
 
   <p>User agents should limit the total amount of space allowed for a
-  storage area based on the domain of the page setting the value.</p>
+  storage area.</p>
 
-  <p>User agents should not limit the total amount of space allowed on
-  a per-storage-area basis, otherwise a site could just store data in
-  any number of subdomains or ports, e.g. storing up to the limit in
+  <p>User agents should guard against sites storing data in the
+  storage areas of subdomains, e.g. storing up to the limit in
   a1.example.com, a2.example.com, a3.example.com, etc, circumventing
-  per-domain limits.</p>
+  the main example.com storage area's limit.</p>
 
-  <p>User agents may prompt the user when per-domain space quotas are
-  reached, allowing the user to grant a site more space. This enables
-  sites to store many user-created documents on the user's computer,
-  for instance.</p>
+  <p>User agents may prompt the user when quotas are reached, allowing
+  the user to grant a site more space. This enables sites to store
+  many user-created documents on the user's computer, for
+  instance.</p>
 
   <p>User agents should allow users to see how much space each domain
   is using.</p>
@@ -29883,7 +29882,7 @@
 
   <h5>Threads</h5>
 
-  <p>Multiple browsing contexts must be able to access the global
+  <p>Multiple browsing contexts must be able to access the local
   storage areas simultaneously in a predictable manner. Scripts must
   not be able to detect any concurrent script execution.</p>
 
@@ -29894,7 +29893,7 @@
   itself.</p>
 
   <p>There are various ways of implementing this requirement. One is
-  that if a script running in one browsing context accesses a global
+  that if a script running in one browsing context accesses a local
   storage area, the UA blocks scripts in other browsing contexts when
   they try to access the local storage area for the same origin until
   the first script has executed to completion. (Similarly, when a
@@ -29944,7 +29943,7 @@
     <p>Expiring stored data: user agents may automatically delete
     stored data after a period of time.</p>
 
-    <p>For example, a user agent could treat third-party global
+    <p>For example, a user agent could treat third-party local
     storage areas as session-only storage, deleting the data once the
     user had closed all the <span>browsing contexts</span> that could
     access it.</p>
@@ -44219,22 +44218,22 @@
   Charles Iliya Krempeaux, Charles McCathieNevile, Christian
   Biesinger, Christian Johansen, Chriswa, Cole Robison, Collin
   Jackson, Daniel Brumbaugh Keeney, Daniel Glazman, Daniel Peng,
-  Daniel Spång, Darin Adler, Darin Fisher, Dave Singer, Dave
-  Townsend<!-- Mossop on moz irc -->, David Baron, David Bloom, David
-  Carlisle, David Flanagan, David Håsäther, David Hyatt,
-  Debi Orton, Derek Featherstone, DeWitt Clinton, Dimitri Glazkov,
-  dolphinling, Doron Rosenberg, Doug Kramer, Eira Monstad, Elliotte
-  Harold, Erik Arvidsson, Evan Martin, fantasai, Franck 'Shift'
-  Quélain, Garrett Smith, Geoffrey Sneddon, Håkon Wium
-  Lie, Henri Sivonen, Henrik Lied, Henry Mason, Hugh Winkler, Ignacio
-  Javier, Ivo Emanuel Gonçalves, J. King, Jacques Distler,
-  James Graham, James M Snell, James Perrett, Jan-Klaas Kollhof, Jason
-  White, Jasper Bryant-Greene, Jeff Cutsinger, Jeff Walden, Jens
-  Bannmann, Jens Fendler, Jeroen van der Meer, Jim Meehan, Joe Clark,
-  Joel Spolsky, John Boyer, John Bussjaeger, John Harding, Johnny
-  Stenback, Jon Perlow, Jonathan Worent, Jorgen Horstink, Josh
-  Levenberg, Joshua Randall, Jukka K. Korpela, Kai Hendry, <!-- Keryx
-  Web, = Lars Gunther --> Kornel Lesinski,
+  Daniel Spång, Darin Adler, Darin Fisher, Dave Camp, Dave
+  Singer, Dave Townsend<!-- Mossop on moz irc -->, David Baron, David
+  Bloom, David Carlisle, David Flanagan, David Håsäther,
+  David Hyatt, Debi Orton, Derek Featherstone, DeWitt Clinton, Dimitri
+  Glazkov, dolphinling, Doron Rosenberg, Doug Kramer, Eira Monstad,
+  Elliotte Harold, Erik Arvidsson, Evan Martin, fantasai, Franck
+  'Shift' Quélain, Garrett Smith, Geoffrey Sneddon, Håkon
+  Wium Lie, Henri Sivonen, Henrik Lied, Henry Mason, Hugh Winkler,
+  Ignacio Javier, Ivo Emanuel Gonçalves, J. King, Jacques
+  Distler, James Graham, James M Snell, James Perrett, Jan-Klaas
+  Kollhof, Jason White, Jasper Bryant-Greene, Jeff Cutsinger, Jeff
+  Walden, Jens Bannmann, Jens Fendler, Jeroen van der Meer, Jim
+  Meehan, Joe Clark, Joel Spolsky, John Boyer, John Bussjaeger, John
+  Harding, Johnny Stenback, Jon Perlow, Jonathan Worent, Jorgen
+  Horstink, Josh Levenberg, Joshua Randall, Jukka K. Korpela, Kai
+  Hendry, <!-- Keryx Web, = Lars Gunther --> Kornel Lesinski,
   &#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi), Kristof
   Zelechovski, Lachlan Hunt, Larry Page, Lars Gunther, Laura
   L. Carlson, Laura Wisewell, Laurens Holst, Leif Halvard Silli, Lenny




More information about the Commit-Watchers mailing list