-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (39 loc) · 1.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>color media query laboratory</title>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name=color-scheme content="dark">
<meta name=theme-color content="black">
<meta name="description" content="detect color media queries in your web browser">
<link rel="stylesheet" href="color.css" media=(color)>
<link rel="stylesheet" href="media.css">
<link rel="prev" href="https://webmural.com/media">
<link rel="help" href="https://mdn.io/mathml">
<main>
<header id="browser" aria-label="browser">
<a href="#current" class="spill">these</a> are
color media features in your browser
</header>
<dl id="current" aria-label="current">
<dt id=dynamic-range>dynamic-range</dt>
<dd hidden data-dynamic-range=standard>standard</dd>
<dd hidden data-dynamic-range=high>high</dd>
<dt id=forced-colors>forced-colors</dt>
<dd hidden data-forced-colors=none>none</dd>
<dd hidden data-forced-colors=active>active</dd>
<dt id=inverted-colors>inverted-colors</dt>
<dd hidden data-inverted-colors=none>none</dd>
<dd hidden data-inverted-colors=inverted>inverted</dd>
<dt id=prefers-color-scheme>prefers-color-scheme</dt>
<dd hidden data-prefers-color-scheme=light>light</dd>
<dd hidden data-prefers-color-scheme=dark>dark</dd>
<dt id=prefers-contrast>prefers-contrast</dt>
<dd hidden data-prefers-contrast=less>less</dd>
<dd hidden data-prefers-contrast=more>more</dd>
</dl>
<footer aria-label="respect">
<a href="https://mdn.io/media-queries">media queries</a>
help coders respect your color preferences
</footer>
</main>