Skip to content

Commit c23e606

Browse files
author
Florian Rivoal
committed
[mediaqueries] Suggest that inverted colors could also be supported by 'high-contrast'
1 parent 64c59c6 commit c23e606

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

mediaqueries/Overview.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,13 +1755,14 @@ <h3 class="heading settled heading" data-level=8.1 id=luminosity><span class=sec
17551755
luminosity, as high contrast or low contrast styles may be more suitable for
17561756
users with visual disabilities.
17571757

1758-
<p class=issue id=issue-f24d4b3a><a class=self-link href=#issue-f24d4b3a></a>
1758+
<p class=issue id=issue-8ac54fe0><a class=self-link href=#issue-8ac54fe0></a>
17591759
Using this media feature for accessibility purposes overlaps
17601760
a lot with the high-contrast media feature proposed by Microsoft:
17611761
<a href=http://msdn.microsoft.com/en-us/library/windows/apps/hh465764.aspx>http://msdn.microsoft.com/en-us/library/windows/apps/hh465764.aspx</a>.
17621762
Can we adjust this so that it covers all use cases for both, or somehow
17631763
modify them to work in an orthogonal, rather than overlapping,
17641764
fashion?
1765+
Also, the high-contrast media feature could be extended to also cover inverted colors, as discussed in http://lists.w3.org/Archives/Public/www-style/2013Oct/0672.html
17651766

17661767
<div class=example>
17671768
<pre>@media (luminosity: normal) {
@@ -2176,8 +2177,9 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
21762177
Can we adjust this so that it covers all use cases for both, or somehow
21772178
modify them to work in an orthogonal, rather than overlapping,
21782179
fashion?
2180+
Also, the high-contrast media feature could be extended to also cover inverted colors, as discussed in http://lists.w3.org/Archives/Public/www-style/2013Oct/0672.html
21792181

2180-
<a href=#issue-f24d4b3a></a></div><div class=issue>
2182+
<a href=#issue-8ac54fe0></a></div><div class=issue>
21812183
We need a media feature (or set of media features) to detect the type of keyboard available.
21822184
It should be able to distinguish between full computer keyboards, phone dial pads, tv remotes, or virtual keyboards.
21832185
As an attempt at an exhaustive list is likely to fail,

mediaqueries/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,6 +1444,7 @@ <h3 id="luminosity">
14441444
Can we adjust this so that it covers all use cases for both, or somehow
14451445
modify them to work in an orthogonal, rather than overlapping,
14461446
fashion?
1447+
Also, the high-contrast media feature could be extended to also cover inverted colors, as discussed in http://lists.w3.org/Archives/Public/www-style/2013Oct/0672.html
14471448

14481449
<div class="example">
14491450
<pre>

0 commit comments

Comments
 (0)