|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: syndata.src,v 1.32 1997-11-04 17:41:01 bbos Exp $ --> |
| 3 | +<!-- $Id: syndata.src,v 1.33 1997-11-05 14:48:06 ian 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> |
@@ -31,7 +31,7 @@ also exercising the possibilities of the latest levels of CSS. |
31 | 31 |
|
32 | 32 | <P>CSS style sheets consist of a sequence of tokens. The list of |
33 | 33 | tokens for CSS2 is as follows. The definitions use Lex-style regular |
34 | | -expressions. Octal codes refer to Unicode. Like in Lex, in case of |
| 34 | +expressions. Octal codes refer to <a rel="biblioentry" href="./refs.src#ref-UNICODE">[UNICODE]</a>. Like in Lex, in case of |
35 | 35 | multiple matches, the longest match determines the token. |
36 | 36 |
|
37 | 37 | <TABLE> |
@@ -772,9 +772,8 @@ may have whitespace around them. |
772 | 772 |
|
773 | 773 | <P>When CSS is embedded in HTML, it shares the <tt>charset</tt> |
774 | 774 | parameter used to transmit the enclosing HTML document. As with HTML, |
775 | | -the value of the charset parameter is used to convert from the transfer |
776 | | -encoding to the document character set, which is Unicode. |
777 | | - |
| 775 | +the value of thecharset parameter is used to convert from the transfer |
| 776 | +encoding to the document character set, which is <a rel="biblioentry" href="./refs.src#ref-UNICODE">[UNICODE]</a> |
778 | 777 |
|
779 | 778 | <H2><a name="css-by-itself">CSS as a stand-alone file</a></H2> |
780 | 779 |
|
|
0 commit comments