Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7957

git-svn-id: http://svn.whatwg.org/webapps@4252 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent ba90481 commit 0fb3e69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -59240,8 +59240,8 @@ <h5 id=user-tracking><span class=secno>7.3.2.1 </span>User tracking</h5>

<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 <a href=#browsing-context title="browsing
context">browsing contexts</a> that could access it.</p>


<p>This can restrict the ability of a site to track a user, as the
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -66919,8 +66919,8 @@ interface <dfn>SQLTransactionSync</dfn> {
<!--END database-->
<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>
<!--START database-->

<p>This can restrict the ability of a site to track a user, as the
Expand Down

0 comments on commit 0fb3e69

Please sign in to comment.