11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22<html lang="en">
3- <!-- $Id: syndata.src,v 2.145 2006-12-12 03:36:50 bbos Exp $ -->
3+ <!-- $Id: syndata.src,v 2.146 2007-01-17 23:16:47 bbos Exp $ -->
44<head>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<title>Syntax and basic data types</title>
@@ -420,8 +420,8 @@ a block as defined above.
420420a declaration block.
421421</p>
422422<p> A <span class="index-def"
423- title="declaration block"><dfn>declaration block</dfn></span> (also
424- called a declaration block in the following text) starts with a left curly
423+ title="declaration block"><dfn>declaration block</dfn></span>
424+ starts with a left curly
425425brace ({) and ends with the matching right curly brace (}). In between
426426there must be a list of zero or more semicolon-separated (;)
427427declarations.
@@ -1049,12 +1049,12 @@ class="propinst-counter-increment">'counter-increment'</span> and
10491049properties). To refer to the value of a counter, the notation
10501050<span class="index-def" title="counter()">
10511051'counter(<identifier>)'</span> or 'counter(<identifier>,
1052- <list-style-type>)', with optional whitespace separating the tokens,
1052+ <' list-style-type' >)', with optional whitespace separating the tokens,
10531053is used. The default style is 'decimal'.
10541054</p>
10551055<p>To refer to a sequence of nested counters of the same name, the
10561056notation is 'counters(<identifier>, <string>)' or
1057- 'counters(<identifier>, <string>, <list-style-type>)'
1057+ 'counters(<identifier>, <string>, <' list-style-type' >)'
10581058with optional whitespace separating the tokens.
10591059</p>
10601060<p>See <a href="generate.html#scope">"Nested counters and scope"</a>
@@ -1067,7 +1067,7 @@ convert these values to a string.
10671067<p>In CSS 2.1, the values of counters can
10681068only be referred to from the <span
10691069class="propinst-content">'content'</span> property. Note that 'none'
1070- is a possible <list-style-type>: 'counter(x,
1070+ is a possible <' list-style-type' >: 'counter(x,
10711071none)' yields an empty string.
10721072</p>
10731073<div class="example">
@@ -1200,6 +1200,11 @@ some colors outside the 0..255 sRGB range will be representable
12001200(inside the device gamut), while other colors inside the 0..255 sRGB
12011201range will be outside the device gamut and will thus be mapped.
12021202</p>
1203+ <div class=note><p><em><strong>Note.</strong> It is thus not possible
1204+ to simply clip all colors to the range 0..255. Clipping (or mapping)
1205+ must be done to the actual device gamut, which may be larger or
1206+ smaller than 0..255.</em>
1207+ </div>
12031208
12041209<h3><a name="strings">Strings</a></h3>
12051210
0 commit comments