|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: syndata.src,v 1.47 1998-01-22 01:16:41 ijacobs Exp $ --> |
| 3 | +<!-- $Id: syndata.src,v 1.48 1998-01-24 00:20:27 ijacobs Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>CSS2 syntax and basic data types</TITLE> |
@@ -112,8 +112,9 @@ href="#skip">skips</a></span> the string. |
112 | 112 |
|
113 | 113 | <!-- How are "beginning" and "end" defined? -IJ --> |
114 | 114 |
|
115 | | -<P>An <span class="index-def" title="identifier">identifier</span> |
116 | | -consists of letters, digits, hyphens, non-ASCII, and <a |
| 115 | +<P>An <span class="index-def" title="identifier"> <a |
| 116 | +name="identifier"><dfn>identifier</dfn></a></span> consists of |
| 117 | +letters, digits, hyphens, non-ASCII, and <a |
117 | 118 | href="#escaped-characters">escaped characters.</a> |
118 | 119 |
|
119 | 120 |
|
@@ -264,8 +265,8 @@ declaration block. |
264 | 265 | title="declaration-block"><dfn>declaration-block</dfn></span> (also |
265 | 266 | called a {}-block in the following text) starts with a left curly |
266 | 267 | brace ({) and ends with the matching right curly brace (}). In between |
267 | | -there must be a list of zero or more declarations, separated by |
268 | | -semicolons (;). |
| 268 | +there must be a list of one or more semicolon-separated (;) |
| 269 | +declarations. |
269 | 270 |
|
270 | 271 | <P>The <span class="index-def" |
271 | 272 | title="selector"><em>selector</em></span> (see also the section on <a |
@@ -317,9 +318,10 @@ a legal CSS2 statement. |
317 | 318 | name="properties">properties</a></H3> |
318 | 319 |
|
319 | 320 | <P> A <span class="index-def" |
320 | | -title="declaration"><dfn>declaration</dfn></span> consists of a <span |
321 | | -class="index-inst" title="property">property</span>, a colon (:) and a |
322 | | -value. Around each of these there may be <a |
| 321 | +title="declaration"><dfn>declaration</dfn></span> is either empty or |
| 322 | +consists of a <span class="index-inst" |
| 323 | +title="property">property</span>, followed by a colon (:), followed by |
| 324 | +a value. Around each of these there may be <a |
323 | 325 | href="#whitespace">whitespace</a>. |
324 | 326 |
|
325 | 327 | <p>Multiple declarations for the same selector may be |
@@ -638,7 +640,7 @@ is an optional sign character ('+' or '-', with '+' being the default) |
638 | 640 | immediately followed by a number immediately followed by '%'. |
639 | 641 |
|
640 | 642 | <P> Percentage values are always relative to another value, for |
641 | | -example a length unit. Each property that allows percentage units also |
| 643 | +example a length. Each property that allows percentages also |
642 | 644 | defines to which value the percentage refers. When a percentage value |
643 | 645 | is set for a property of the root of the <a |
644 | 646 | href="conform.html#doctree">document tree</a> and the percentage is |
|
0 commit comments