ISSUE-500: Create a 'high-contrast' media feature within CSS media queries
high contrast css
Create a 'high-contrast' media feature within CSS media queries
- State:
- CLOSED
- Product:
- CSS
- Raised by:
- Cynthia Shelly
- Opened on:
- 2012-04-11
- Description:
- http://msdn.microsoft.com/en-us/library/windows/apps/hh466205.aspx
- Related Actions Items:
ACTION-728 on Stefan Schnabel to Develop a proposal for a (high-)"contrast" CSS media type - due 2012-07-31, closed- Related emails:
- No related emails
Related notes:
[MichaelC]: starter proposal from Microsoft: http://msdn.microsoft.com/en-us/library/windows/apps/hh465764.aspx
11 Apr 2012, 16:17:07F2F Notes: Gottfried mention replacement for active value:
@media screen and (high-contrast) /* any high-contrast value */
Instead of:
high-contrast-adjust: auto | none;
Consider:
high-contrast-noadjust: auto | all | property list;
example: okay to override :focus pseudo-class 'outline' property on this element, but not okay to override 'background-image' property:
.replaced {
outline: solid 1px red;
background-image: url(foo.png);
high-contrast-noadjust: background-image;
}
Migrated to https://github.com/w3c/css-a11y/issues/1.
Michael Cooper, 20 Apr 2017, 16:05:26Display change log