Skip to content

Commit 9940788

Browse files
committed
[css2] Removed ref to no longer existing section on gamma correction.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403241
1 parent 21b26f8 commit 9940788

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/syndata.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: syndata.src,v 2.189 2011-06-06 09:59:57 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.190 2011-06-07 12:58:55 bbos Exp $ -->
44
<head>
55
<title>Syntax and basic data types</title>
6-
<script src="http://css.w3.org/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77
<style type="text/css">
88
span.colorsquare { float:left; width:5em; height:3em; text-align:center; padding:1.2em 0 .8em }
99
span.colorname { font-weight:bold }
@@ -1290,9 +1290,9 @@ limit their color-displaying efforts to performing a gamma-correction
12901290
on them. sRGB specifies a display gamma of 2.2 under specified viewing
12911291
conditions. User agents should adjust the colors given in CSS such that,
12921292
in combination with an output device's "natural" display gamma, an
1293-
effective display gamma of 2.2 is produced. See the section on <a
1293+
effective display gamma of 2.2 is produced. <!--See the section on <a
12941294
href="colors.html#gamma-correction">gamma correction</a> for further
1295-
details. Note that only colors specified in CSS are affected; e.g.,
1295+
details.--> Note that only colors specified in CSS are affected; e.g.,
12961296
images are expected to carry their own color information.
12971297
</p>
12981298
<p>Values outside the device gamut should be clipped or

0 commit comments

Comments
 (0)