CVS html5/webstorage

Update of /sources/public/html5/webstorage
In directory roscoe:/tmp/cvs-serv6615

Modified Files:
	Overview.html 
Log Message:
Remove the weird stuff around document.domain and localStorage. It doesn't really do anything anyway. (whatwg r8090)

--- /sources/public/html5/webstorage/Overview.html	2013/06/24 20:28:50	1.223
+++ /sources/public/html5/webstorage/Overview.html	2013/07/26 00:13:05	1.224
@@ -192,7 +192,7 @@
    fieldset > :last-child { margin-bottom: 0; }
    fieldset p { margin: 0.5em 0; }
 
-  </style><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><meta content="noindex" name="robots"><script type="text/javascript">
+  </style><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"><meta content="noindex" name="robots"><script type="text/javascript">
    function getCookie(name) {
      var params = location.search.substr(1).split("&");
      for (var index = 0; index < params.length; index++) {
@@ -212,14 +212,14 @@
    }
   </script><body>
   <div class="head" id="head">
-   <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
+   <p><a href="http://www.w3.org/"><img width="72" src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48"></a></p>
 
    <h1>Web Storage</h1>
-   <h2 class="no-num no-toc" id="editor-s-draft-24-june-2013">Editor's Draft 24 June 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-26-july-2013">Editor's Draft 26 July 2013</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/webstorage/">http://www.w3.org/TR/webstorage/</a></dd>
     <dt>Latest Editor's Draft:</dt>
-    <dd><a class="latest-link" href="http://dev.w3.org/html5/webstorage/">http://dev.w3.org/html5/webstorage/</a></dd>
+    <dd><a href="http://dev.w3.org/html5/webstorage/" class="latest-link">http://dev.w3.org/html5/webstorage/</a></dd>
 
 
     <dt>Previous Versions:</dt>
@@ -278,13 +278,13 @@
 
   <form action="http://www.whatwg.org/specs/web-apps/current-work/file-spam.cgi" method="post">
    <fieldset><legend>Feedback Comments</legend>
-    <input name="id" type="hidden" value="top"><input name="component" type="hidden" value="Web Storage (editor: Ian Hickson)"><input name="response" type="hidden" value="html"><p><label for="feedbackBox">Please enter your feedback, carefully
+    <input value="top" name="id" type="hidden"><input value="Web Storage (editor: Ian Hickson)" name="component" type="hidden"><input value="html" name="response" type="hidden"><p><label for="feedbackBox">Please enter your feedback, carefully
     indicating the title of the section for which you are submitting
     feedback, quoting the text that's wrong today if appropriate. If
     you're suggesting a new feature, it's really important to say
     <em>what</em> the problem you're trying to solve is. That's more
     important than the solution, in fact.</label></p>
-    <p><textarea cols="79" id="feedbackBox" name="text" rows="10"></textarea></p>
+    <p><textarea name="text" rows="10" id="feedbackBox" cols="79"></textarea></p>
     <p class="note">Please don't use section numbers as these tend to
     change rapidly and make your feedback harder to understand.</p>
     <script type="text/javascript">
@@ -306,7 +306,7 @@
       }
     }
     </script><p>
-     <input onclick="return checkFeedbackForm(form)" type="submit" value="Submit feedback"><small>(Note: Your IP address and user agent will be publicly recorded for spam prevention purposes.)</small>
+     <input value="Submit feedback" onclick="return checkFeedbackForm(form)" type="submit"><small>(Note: Your IP address and user agent will be publicly recorded for spam prevention purposes.)</small>
     </p>
    </fieldset></form>
 
@@ -351,13 +351,13 @@
   </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications
   Working Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation track.
-  This specification is the 24 June 2013 Editor's Draft.
+  This specification is the 26 July 2013 Editor's Draft.
   </p>
 
   
   
   <p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
-  February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of
+  February 2004 W3C Patent Policy</a>. W3C maintains a <a rel="disclosure" href="http://www.w3.org/2004/01/pp-impl/42538/status">public list of
   any patent disclosures</a> made in connection with the deliverables
   of the group; that page also includes instructions for disclosing a
   patent. An individual who has actual knowledge of a patent which the
@@ -393,9 +393,7 @@
   <ol>
    <li><a href="#the-storage-interface"><span class="secno">4.1 </span>The <code>Storage</code> interface</a></li>
    <li><a href="#the-sessionstorage-attribute"><span class="secno">4.2 </span>The <code title="dom-sessionStorage">sessionStorage</code> attribute</a></li>
-   <li><a href="#the-localstorage-attribute"><span class="secno">4.3 </span>The <code title="dom-localStorage">localStorage</code> attribute</a>
-    <ol>
-     <li><a href="#security-localStorage"><span class="secno">4.3.1 </span>Security</a></ol></li>
+   <li><a href="#the-localstorage-attribute"><span class="secno">4.3 </span>The <code title="dom-localStorage">localStorage</code> attribute</a></li>
    <li><a href="#the-storage-event"><span class="secno">4.4 </span>The <code title="event-storage">storage</code> event</a>
     <ol>
      <li><a href="#event-definition"><span class="secno">4.4.1 </span>Event definition</a></ol></li>
@@ -410,8 +408,8 @@
    <li><a href="#dns-spoofing-attacks"><span class="secno">7.1 </span>DNS spoofing attacks</a></li>
    <li><a href="#cross-directory-attacks"><span class="secno">7.2 </span>Cross-directory attacks</a></li>
    <li><a href="#implementation-risks"><span class="secno">7.3 </span>Implementation risks</a></ol></li>
- <li><a class="no-num" href="#references">References</a></li>
- <li><a class="no-num" href="#acknowledgements">Acknowledgements</a></ol>
+ <li><a href="#references" class="no-num">References</a></li>
+ <li><a href="#acknowledgements" class="no-num">Acknowledgements</a></ol>
 
   <hr><h2 id="introduction"><span class="secno">1 </span>Introduction</h2>
 
@@ -754,7 +752,7 @@
   <p>The <dfn id="dom-localstorage" title="dom-localStorage"><code>localStorage</code></dfn>
   object provides a <code><a href="#storage-0">Storage</a></code> object for an
   <span>origin</span>.
-  <span class="fingerprint" title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height="64" src="http://dev.w3.org/html5/spec/images/fingerprint.png" width="46"></span>
+  <span class="fingerprint" title="fingerprinting vector"><img src="http://dev.w3.org/html5/spec/images/fingerprint.png" width="46" alt="(This is a fingerprinting vector.)" height="64"></span>
   </p>
 
   <p>User agents must have a set of local storage areas, one for each
@@ -804,35 +802,6 @@
   <span>obtain the storage mutex</span>.</p>
 
 
-
-  <h4 id="security-localStorage"><span class="secno">4.3.1 </span>Security</h4>
-
-  <p>For the purposes of this section, a <code><a href="#storage-0">Storage</a></code> object originally returned by a <code title="dom-localStorage"><a href="#dom-localstorage">localStorage</a></code> attribute is a <dfn id="protected-storage-object">protected <code>Storage</code>
-  object</dfn>.</p>
-
-  <p>For the purposes of this section, the <dfn id="original-origin">original origin</dfn> of a <a href="#protected-storage-object">protected
-  <code>Storage</code> object</a> is the <span>origin</span> of the <code>Document</code> of the
-  <code>Window</code> object on which the <code title="dom-localStorage"><a href="#dom-localstorage">localStorage</a></code>
-  attribute that returned the <code><a href="#storage-0">Storage</a></code> object was accessed.</p>
-
-  <p>User agents must throw a <code>SecurityError</code> exception whenever any properties of a
-  <a href="#protected-storage-object">protected <code>Storage</code> object</a> are accessed when the <span>incumbent
-  script</span> has an <span>effective script origin</span> that is not the <span title="same
-  origin">same</span> as the <a href="#original-origin">original origin</a> of that <code><a href="#storage-0">Storage</a></code> object.</p>
-
-  <p>When the <span>incumbent script</span>'s <span>effective script origin</span> is different than
-  a <a href="#protected-storage-object">protected <code>Storage</code> object</a>'s <a href="#original-origin">original origin</a>, the user
-  agent must act as if any changes to that <code><a href="#storage-0">Storage</a></code> object's properties, getters,
-  setters, etc, were not present, and as if all the properties of that <code><a href="#storage-0">Storage</a></code> object
-  had their [[Enumerable]] attribute set to false.</p>
-
-  <p class="note">This means <code><a href="#storage-0">Storage</a></code> objects are neutered
-  when the <code title="dom-document-domain">document.domain</code>
-  attribute is used.</p>
-
-
-
-
   <h3 id="the-storage-event"><span class="secno">4.4 </span>The <code title="event-storage"><a href="#event-storage">storage</a></code> event</h3>
 
   <p>The <dfn id="event-storage" title="event-storage"><code>storage</code></dfn> event is fired on a

Received on Friday, 26 July 2013 00:13:06 UTC