Bug 113981 - WebKit should support CSS3 Media Queries for color and monochrome WRT screen display accessibility settings
Summary: WebKit should support CSS3 Media Queries for color and monochrome WRT screen ...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-04-04 17:31 PDT by James Craig
Modified: 2013-08-29 10:32 PDT (History)
4 users (show)

See Also:


Attachments
test case demonstrating unsupported feature (679 bytes, text/html)
2013-04-04 17:31 PDT, James Craig
no flags Details
test case demonstrating unsupported feature (831 bytes, text/html)
2013-04-04 17:37 PDT, James Craig
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 2013-04-04 17:31:33 PDT
Created attachment 196558 [details]
test case demonstrating unsupported feature

WebKit should support CSS3 Media Queries for color and monochrome WRT screen display accessibility settings

http://w3c-test.org/csswg/mediaqueries3/#color
http://w3c-test.org/csswg/mediaqueries3/#monochrome

Will probably need follow-up bugs for color/monochrome printer support (not an Accessibility bug) as well as for for the indexed values such as:

@media all and (min-color-index: 256)
Comment 1 Radar WebKit Bug Importer 2013-04-04 17:32:34 PDT
<rdar://problem/13583006>
Comment 2 James Craig 2013-04-04 17:37:35 PDT
Created attachment 196561 [details]
test case demonstrating unsupported feature

Previous version was incomplete.