spec/Overview.html 1.1210 2022 Define localStorage in terms of script o

Define localStorage in terms of script origins, not script browsing
context origins. (whatwg r2022)

localStorage
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1210.html#localstorage

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1209&r2=1.1210&f=h
http://html5.org/tools/web-apps-tracker?from=2021&to=2022

===================================================================
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:55:30 UTC