- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Aug 2008 00:51:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12233
Modified Files:
Overview.html
Log Message:
Define localStorage in terms of script origins, not script browsing context origins. (whatwg r2022)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1209
retrieving revision 1.1210
diff -u -d -r1.1209 -r1.1210
--- Overview.html 6 Aug 2008 00:28:20 -0000 1.1209
+++ Overview.html 6 Aug 2008 00:51:49 -0000 1.1210
@@ -36848,8 +36848,7 @@
<p>When the <code title=dom-localStorage><a
href="#localstorage">localStorage</a></code> attribute is accessed, the
user agent must check to see if it has allocated local storage area for
- the <a href="#origin0">origin</a> of the <a href="#browsing1">browsing
- context</a> within which the script is running. If it has not, a new
+ the <a href="#origin0">origin</a> of the script. If it has not, a new
storage area for that <a href="#origin0">origin</a> must be created.
<p>The user agent must then create a <code><a
Received on Wednesday, 6 August 2008 00:52:25 UTC