Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -943,14 +943,14 @@ <h3>
</ul>
<p>
The requirement for [=documents=] to be [=Document/fully active
descendant of a top-level traversable with user attention=] ensures that
orientation events are only delivered to
documents in windows that are both visible at the system level and have
the user's attention (either through focus or the ability to receive
keyboard input). The additional visibility state check provides defense
in depth. These restrictions prevent background tabs, hidden windows,
and minimized applications from collecting orientation data for
fingerprinting purposes.
descendant of a top-level traversable with user attention=] ensures
that orientation events are only delivered to documents in windows that
are both visible at the system level and have the user's attention
(either through focus or the ability to receive keyboard input). The
additional visibility state check provides defense in depth. These
restrictions prevent background tabs, hidden windows, and minimized
applications from collecting orientation data for fingerprinting
purposes.
</p>
<h3>
Anti-fingerprinting Mitigations
Expand Down