Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Be more explicit about the fingerprinting risk for <input typ…
…e=submit>

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26209
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8738 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 2, 2014
1 parent de3a914 commit d27e0f4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions complete.html
Expand Up @@ -35613,6 +35613,11 @@ <h6 id="submit-button-state-(type=submit)">4.10.5.1.19 <dfn>Submit Button</dfn>
<a href=#fingerprinting-vector id="submit-button-state-(type=submit):fingerprinting-vector" class=fingerprint title="There is a potential fingerprinting vector here."><img alt="(This is a fingerprinting vector.)" src=http://images.whatwg.org/fingerprint.png width=46 height=64></a>
</p>

<p class=note>Since the default label is implementation-defined, and the width of the button
typically depends on the button's label, the button's width can leak a few bits of fingerprintable
information. These bits are likely to be strongly correlated to the identity of the user agent and
the user's locale.</p>



<p>If the element is <i id="submit-button-state-(type=submit):concept-fe-mutable"><a href=#concept-fe-mutable>mutable</a></i>, then the element's
Expand Down Expand Up @@ -35930,6 +35935,11 @@ <h6 id="reset-button-state-(type=reset)">4.10.5.1.21 <dfn>Reset Button</dfn> sta
<a href=#fingerprinting-vector id="reset-button-state-(type=reset):fingerprinting-vector" class=fingerprint title="There is a potential fingerprinting vector here."><img alt="(This is a fingerprinting vector.)" src=http://images.whatwg.org/fingerprint.png width=46 height=64></a>
</p>

<p class=note>Since the default label is implementation-defined, and the width of the button
typically depends on the button's label, the button's width can leak a few bits of fingerprintable
information. These bits are likely to be strongly correlated to the identity of the user agent and
the user's locale.</p>



<p>If the element is <i id="reset-button-state-(type=reset):concept-fe-mutable"><a href=#concept-fe-mutable>mutable</a></i>, then the element's
Expand Down
10 changes: 10 additions & 0 deletions index
Expand Up @@ -35613,6 +35613,11 @@ ldh-str = &lt; as defined in <a href=http://tools.ietf.org/html/rfc1034#se
<a href=#fingerprinting-vector id="submit-button-state-(type=submit):fingerprinting-vector" class=fingerprint title="There is a potential fingerprinting vector here."><img alt="(This is a fingerprinting vector.)" src=http://images.whatwg.org/fingerprint.png width=46 height=64></a>
</p>

<p class=note>Since the default label is implementation-defined, and the width of the button
typically depends on the button's label, the button's width can leak a few bits of fingerprintable
information. These bits are likely to be strongly correlated to the identity of the user agent and
the user's locale.</p>



<p>If the element is <i id="submit-button-state-(type=submit):concept-fe-mutable"><a href=#concept-fe-mutable>mutable</a></i>, then the element's
Expand Down Expand Up @@ -35930,6 +35935,11 @@ ldh-str = &lt; as defined in <a href=http://tools.ietf.org/html/rfc1034#se
<a href=#fingerprinting-vector id="reset-button-state-(type=reset):fingerprinting-vector" class=fingerprint title="There is a potential fingerprinting vector here."><img alt="(This is a fingerprinting vector.)" src=http://images.whatwg.org/fingerprint.png width=46 height=64></a>
</p>

<p class=note>Since the default label is implementation-defined, and the width of the button
typically depends on the button's label, the button's width can leak a few bits of fingerprintable
information. These bits are likely to be strongly correlated to the identity of the user agent and
the user's locale.</p>



<p>If the element is <i id="reset-button-state-(type=reset):concept-fe-mutable"><a href=#concept-fe-mutable>mutable</a></i>, then the element's
Expand Down
10 changes: 10 additions & 0 deletions source
Expand Up @@ -45770,6 +45770,11 @@ ldh-str = &lt; as defined in <a href="http://tools.ietf.org/html/rfc1034#s
<!--INSERT FINGERPRINT-->
</p>

<p class="note">Since the default label is implementation-defined, and the width of the button
typically depends on the button's label, the button's width can leak a few bits of fingerprintable
information. These bits are likely to be strongly correlated to the identity of the user agent and
the user's locale.</p>

<div w-nodev>

<p>If the element is <i data-x="concept-fe-mutable">mutable</i>, then the element's
Expand Down Expand Up @@ -46138,6 +46143,11 @@ ldh-str = &lt; as defined in <a href="http://tools.ietf.org/html/rfc1034#s
<!--INSERT FINGERPRINT-->
</p>

<p class="note">Since the default label is implementation-defined, and the width of the button
typically depends on the button's label, the button's width can leak a few bits of fingerprintable
information. These bits are likely to be strongly correlated to the identity of the user agent and
the user's locale.</p>

<div w-nodev>

<p>If the element is <i data-x="concept-fe-mutable">mutable</i>, then the element's
Expand Down

0 comments on commit d27e0f4

Please sign in to comment.