Skip to content

Commit

Permalink
[e] (0) Make fingerprinting vector icons xref
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21829
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7911 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 5, 2013
1 parent c9038d0 commit df7bc16
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
32 changes: 16 additions & 16 deletions complete.html
Expand Up @@ -1899,9 +1899,9 @@ <h3 id=fingerprint><span class=secno>1.10 </span>Privacy concerns</h3>
via a brute force search, which fonts a user has installed, information which can vary
considerably from user to user.)</p>

<p>Features in this specification which can be used to fingerprint the user are marked as this
paragraph is.
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<p>Features in this specification which can be <dfn id=fingerprinting-vector title="fingerprinting vector">used to
fingerprint the user</dfn> are marked as this paragraph is.
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>

<p>Other features in the platform can be used for the same purpose, though, including, though not
Expand Down Expand Up @@ -6847,7 +6847,7 @@ <h4 id=processing-model><span class=secno>2.6.2 </span>Processing model</h4>
<li><p>Take ownership of the <a href=#storage-mutex>storage mutex</a>.</li>

<li><p>Update the cookies. <a href=#refsCOOKIES>[COOKIES]</a>
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</li>

<li><p>Release the <a href=#storage-mutex>storage mutex</a> so that it is once again free.</li>
Expand Down Expand Up @@ -8441,7 +8441,7 @@ <h4 id=resource-metadata-management><span class=secno>3.1.3 </span><dfn>Resource
throw a <code><a href=#securityerror>SecurityError</a></code> exception. Otherwise, the user agent must first <a href=#obtain-the-storage-mutex>obtain
the storage mutex</a> and then return the cookie-string for <a href="#the-document's-address">the document's address</a>
for a "non-HTTP" API, decoded using the <a href=#utf-8-decoder>UTF-8 decoder</a>. <a href=#refsCOOKIES>[COOKIES]</a>
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>

<p>On setting, if the document is a <a href=#cookie-averse-document-object>cookie-averse <code>Document</code> object</a>, then
Expand Down Expand Up @@ -36447,7 +36447,7 @@ <h6 id=drawing-text-to-the-bitmap><span class=secno>4.8.11.2.12 </span>Drawing t
<!--REMOVE-TOPIC:Security-->
Otherwise, it must return the new <code><a href=#textmetrics>TextMetrics</a></code> object.
<a href=#refsCSS>[CSS]</a>
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>

</div>
Expand Down Expand Up @@ -38788,7 +38788,7 @@ <h5 id=pixel-density><span class=secno>4.8.11.3 </span>Pixel density</h5>
<p>All the bitmaps created during a single <a href=#concept-task title=concept-task>task</a> for
<code><a href=#the-canvas-element>canvas</a></code> elements and <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> objects must have the same
pixel density.
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>

<pre class=idl>partial interface <a href=#screen id=Screen-partial>Screen</a> {
Expand Down Expand Up @@ -48735,7 +48735,7 @@ <h6 id="submit-button-state-(type=submit)"><span class=secno>4.10.7.1.19 </span>
attribute, the button's label must be the value of that attribute; otherwise, it must be an
implementation-defined string that means "Submit" or some such.</span> The element is a <a href=#concept-button title=concept-button>button</a>, specifically a <a href=#concept-submit-button title=concept-submit-button>submit
button</a>.
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>

<div class=impl>
Expand Down Expand Up @@ -49047,7 +49047,7 @@ <h6 id="reset-button-state-(type=reset)"><span class=secno>4.10.7.1.21 </span><d
the form. <span class=impl>If the element has a <code title=attr-input-value><a href=#attr-input-value>value</a></code>
attribute, the button's label must be the value of that attribute; otherwise, it must be an
implementation-defined string that means "Reset" or some such.</span> The element is a <a href=#concept-button title=concept-button>button</a>.
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>

<div class=impl>
Expand Down Expand Up @@ -70596,7 +70596,7 @@ <h4 id=enabling-and-disabling-scripting><span class=secno>7.1.2 </span>Enabling
context</a> at this time. (User agents may provide users with
the option to disable scripting globally, or in a finer-grained
manner, e.g. on a per-origin basis.)
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</li>

<li id=sandboxScriptBlocked>The <a href=#browsing-context>browsing context</a>'s
Expand Down Expand Up @@ -73110,7 +73110,7 @@ <h5 id=client-identification><span class=secno>7.5.1.1 </span>Client identificat
information is available, a user can actually be uniquely
identified. For this reason, user agent implementors are strongly
urged to include as little information in this API as possible.
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>

</div>
Expand Down Expand Up @@ -73144,7 +73144,7 @@ <h5 id=language-preferences><span class=secno>7.5.1.2 </span>Language preference
from user to user can be used to profile or identify the user. For this reason, user agent
implementors are encouraged to return null unless the user has explicitly indicated that the site
in question is allowed access to the information.
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>

</div>
Expand Down Expand Up @@ -73438,7 +73438,7 @@ <h5 id=custom-handlers><span class=secno>7.5.1.3 </span>Custom scheme and conten
state of the handler described by the two arguments to the method, where the first argument gives
the scheme and the second gives the string used to build the <a href=#url>URL</a> of the page that
will handle the requests.
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>

<p>The first argument must be compared to the schemes for which custom protocol handlers are
Expand All @@ -73453,7 +73453,7 @@ <h5 id=custom-handlers><span class=secno>7.5.1.3 </span>Custom scheme and conten
state of the handler described by the two arguments to the method, where the first argument gives
the <a href=#mime-type>MIME type</a> and the second gives the string used to build the <a href=#url>URL</a> of
the page that will handle the requests.
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>

<p>The first argument must be compared to the <a href=#mime-type title="MIME type">MIME types</a> for which
Expand Down Expand Up @@ -73791,7 +73791,7 @@ <h4 id=the-external-interface><span class=secno>7.5.2 </span>The <code><a href=#

</ol><p>The <dfn id=dom-external-issearchproviderinstalled title=dom-external-IsSearchProviderInstalled><code>IsSearchProviderInstalled()</code></dfn>
method, when invoked, must run the following steps:
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>

<ol><li><p>Optionally, return 0 and abort these steps. User agents may
Expand Down Expand Up @@ -83065,7 +83065,7 @@ <h4 id=the-localstorage-attribute><span class=secno>11.2.3 </span>The <code titl
<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
<a href=#origin>origin</a>.
<a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
<a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
</p>

<p>User agents must have a set of local storage areas, one for each
Expand Down

0 comments on commit df7bc16

Please sign in to comment.