- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 09:53:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv20435
Modified Files:
Overview.html
Log Message:
xref (whatwg r4252)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Overview.html 20 Oct 2009 10:24:45 -0000 1.89
+++ Overview.html 21 Oct 2009 09:53:51 -0000 1.90
@@ -647,8 +647,8 @@
<p>For example, a user agent could be configured to 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>
+ the data once the user had closed all the <span title="browsing
+ context">browsing contexts</span> that could access it.</p>
<p>This can restrict the ability of a site to track a user, as the
Received on Wednesday, 21 October 2009 09:53:57 UTC