- From: CVS User ihickson <cvsmail@w3.org>
- Date: Mon, 15 Apr 2013 19:11:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage
In directory roscoe:/tmp/cvs-serv21007
Modified Files:
Overview.html
Log Message:
Fix <area> to match <a> in terms of security checking. Also, some editorial fixes. (whatwg r7836)
--- /sources/public/html5/webstorage/Overview.html 2013/04/14 23:15:39 1.220
+++ /sources/public/html5/webstorage/Overview.html 2013/04/15 19:11:21 1.221
@@ -215,7 +215,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>Web Storage</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-14-april-2013">Editor's Draft 14 April 2013</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-15-april-2013">Editor's Draft 15 April 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>
@@ -351,7 +351,7 @@
</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 14 April 2013 Editor's Draft.
+ This specification is the 15 April 2013 Editor's Draft.
</p>
@@ -750,6 +750,7 @@
};
<span>Window</span> implements <a href="#windowlocalstorage">WindowLocalStorage</a>;</pre>
+
<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>.
@@ -770,7 +771,7 @@
initialization steps</dfn>:</p>
<ol><li><p>The user agent may throw a <code>SecurityError</code>
- exception instead of returning a <code><a href="#storage-0">Storage</a></code> object if the
+ exception and abort these steps instead of returning a <code><a href="#storage-0">Storage</a></code> object if the
request violates a policy decision (e.g. if the user agent is
configured to not allow the page to persist data).</li>
Received on Monday, 15 April 2013 19:11:32 UTC