- From: Christian Liebel <notifications@github.com>
- Date: Wed, 07 May 2025 07:27:33 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 7 May 2025 14:27:38 UTC
christianliebel left a comment (w3ctag/design-reviews#1060) @guidou, thank you for your contribution. We believe this proposal addresses a valid use case and represents a minor addition. While it slightly increases the fingerprinting surface, this concern is minimal since users' screen contents are already being streamed, and the pixel ratio could be inferred through comparison with known elements like window or system controls. However, we have two remarks: 1. The term `devicePixelRatio` is typically used to denote the ratio between physical and logical pixels. Introducing `screenDisplayRatio` may lead to confusion. We recommend using established property names to maintain clarity and consistency. 2. The proposal currently lacks an event interface to handle changes in pixel ratio. For example, if a user adjusts the pixel ratio level during screen sharing (such as zooming in or out on a shared tab), the overall size remains the same, but the pixel ratio changes. Without an event interface, these changes cannot be processed. Please let us know your thoughts on these two points. -- Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/1060#issuecomment-2858805605 You are receiving this because you are subscribed to this thread. Message ID: <w3ctag/design-reviews/issues/1060/2858805605@github.com>
Received on Wednesday, 7 May 2025 14:27:38 UTC