Bug 16832 - CSS3 @media support missing *color-index and scan, and resolution support
Summary: CSS3 @media support missing *color-index and scan, and resolution support
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 78087
Blocks:
  Show dependency treegraph
 
Reported: 2008-01-10 18:59 PST by Eric Seidel (no email)
Modified: 2023-02-18 15:58 PST (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-01-10 18:59:22 PST
/*
 * FIXME: following media features are not implemented: color_index, scan, resolution
 *
 * color_index, min-color-index, max_color_index: It's unknown how to retrieve
 * the information if the display mode is indexed
 * scan: The "scan" media feature describes the scanning process of
 * tv output devices. It's unknown how to retrieve this information from
 * the platform
 * resolution, min-resolution,  max-resolution: css parser doesn't seem to
 * support CSS_DIMENSION
 */
Comment 1 Chris Rebert 2015-10-05 12:35:34 PDT
The "resolution" portion of this duplicates Bug 78087.
Comment 2 Ahmad Saleem 2022-07-24 11:24:55 PDT
Scan support has landed - https://github.com/WebKit/WebKit/commit/a74d36b48f3e9b63b0f7384e616cfc97e0fc38d8

Related -> bug 114426

While for color-index - It is mix and match support based on WPT:

https://wpt.fyi/results/css/mediaqueries/test_media_queries.html?label=master&label=experimental&aligned&q=mediaqueries

Do we need to keep this bug open? or we have separate bug already tracking color-index WPT failure or support? Thanks!
Comment 3 Ahmad Saleem 2023-02-18 15:58:32 PST
(In reply to Ahmad Saleem from comment #2)
> Scan support has landed -
> https://github.com/WebKit/WebKit/commit/
> a74d36b48f3e9b63b0f7384e616cfc97e0fc38d8
> 
> Related -> bug 114426
> 
> While for color-index - It is mix and match support based on WPT:
> 
> https://wpt.fyi/results/css/mediaqueries/test_media_queries.
> html?label=master&label=experimental&aligned&q=mediaqueries
> 
> Do we need to keep this bug open? or we have separate bug already tracking
> color-index WPT failure or support? Thanks!

We are now passing all 'color-index' related tests as well.

Nothing to do here anymore. Marking this as "RESOLVED CONFIGURATION CHANGED". Please reopen if something else is needed here. Going to CC 'Antti" for double check, if needed.