Bug 254488 - screen.colorDepth reports invalid data
Summary: screen.colorDepth reports invalid data
Status: RESOLVED DUPLICATE of bug 244845
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Safari 16
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-26 16:35 PDT by Greg
Modified: 2023-03-27 15:13 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg 2023-03-26 16:35:01 PDT
screen.colorDepth reports 32 in Safari on iOS. This is not valid, as the bit depth for the RGB display should be a multiple of 3 (commonly 24, 30, or 26 for 8/10/12 bits per channel).

Safari on MacOS works correctly and is a good point of reference.
Comment 1 Alexey Proskuryakov 2023-03-27 15:13:54 PDT

*** This bug has been marked as a duplicate of bug 244845 ***