Skip to content

Commit

Permalink
Add fingerprinting images
Browse files Browse the repository at this point in the history
Address review feedback. The images themselves are slightly cryptic and don't have any link back to something that explains why they're there, so I'm not sure about the overall benefit.
  • Loading branch information
nigelmegitt committed Jul 27, 2023
1 parent 41f3159 commit 7134c29
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@
font-family: sans-serif;
line-height: 24px;
}
img.fingerprint {
float: left;
margin-left: -2rem;
max-height: 2rem;
}
span.label {
display: inline-block;
border-radius: 3px;
Expand Down Expand Up @@ -1063,7 +1068,11 @@ <h4>Audio Recording</h4>
<p>When a list of <a>Sources</a> is provided,
a <a>presentation processor</a> MUST play no more than one of the
<a>Sources</a> for each <a>Audio Recording</a>.</p>
<p>Implementations can use the <a>Type</a>, and if present,
<p>
<img src="https://www.w3.org/TR/html5/images/fingerprint.png"
class="fingerprint"
alt="This feature may contribute to browser fingerprintability.">
Implementations can use the <a>Type</a>, and if present,
any relevant additional formatting information,
to decide which <a>Source</a> to play.
For example, given two <a>Sources</a>, one being a WAV file, and the other an MP3,
Expand Down Expand Up @@ -1764,7 +1773,11 @@ <h3>Personal Information</h3>

<section>
<h3>Audio format preference</h3>
<p>DAPT documents can reference a set of alternate external audio resources for the same fragment of audio,
<p>
<img src="https://www.w3.org/TR/html5/images/fingerprint.png"
class="fingerprint"
alt="This feature may contribute to browser fingerprintability.">
DAPT documents can reference a set of alternate external audio resources for the same fragment of audio,
where the processor is expected to select one of the alternatives based on features such as format support.
If this pattern is used, it is possible that the processor's choice of audio resource,
being exposed to the origin, reveals information about that processor, such as its preferred audio format.
Expand Down

0 comments on commit 7134c29

Please sign in to comment.