Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: rec2020</title>
<link rel="author" title="Sam Weinig" href="mailto:weinig@apple.com">
<link rel="help" href="https://drafts.csswg.org/css-color-4/#valdef-color-rec2020">
<link rel="match" href="blacksquare-ref.html">
<meta name="assert" content="rec2020 with no alpha">
<style>
.test { background-color: red; width: 12em; height: 12em; }
.test { background-color: color(rec2020 0 0 0); } /* black (sRGB #000000) converted to rec2020 */
</style>
<body>
<p>Test passes if you see a black square, and no red.</p>
<div class="test"></div>
</body>