-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should we remove VideoDisplayConfiguration? #134
Comments
What is the use case for the device pixels width and height? When I heard a similar use case it was for content providers who want to deliver contents whose resolutions exactly match the raw display pixel resolution. And frankly, that is a question for CSS, as they’re the group that handles these kinds of questions, and the implications are broader than just video elements; image providers may have the same use case! So, is there some other use case where a device might be able to decode media at a specific resolution and yet be unable to display it? EDIT: I see that Greg opened up issue #133 to talk about this very thing. Moving this discussion there. |
@chcunningham Based on comments in the past, I believe that asynchronous query-based APIs limits passive fingerprinting, which is among best practices recommended by the PIG. Please correct me if I misunderstand. |
This was discussed in today's telecon: https://www.w3.org/2019/10/02-mediawg-minutes.html Here is the resolution:
This also implies that we will get rid of VideoDisplayConfiguration completely for now. |
All, please see related issue #135 (just filed). |
PR #124 was updated to convert hdrSupported to an attribute. Thanks for pointing out the subtleties about fingerprinting with regards to asynchronosity. |
See resolution above |
Note: I'm only moving this to issues so that we can track the resolution for ease of searching in the future
Another issue presented in PR #124 was provided by @chcunningham regarding this IDL definition of a VideoDisplayConfiguration:
@gregwhitworth responded:
@chcunningham responded:
The text was updated successfully, but these errors were encountered: