Skip to content

Commit 76febc0

Browse files
committed
[css2] Added a couple of links
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40393
1 parent 8c1878b commit 76febc0

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

css2/syndata.src

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<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 $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>CSS2 syntax and basic data types</TITLE>
@@ -31,7 +31,7 @@ also exercising the possibilities of the latest levels of CSS.
3131

3232
<P>CSS style sheets consist of a sequence of tokens. The list of
3333
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
3535
multiple matches, the longest match determines the token.
3636

3737
<TABLE>
@@ -772,9 +772,8 @@ may have whitespace around them.
772772

773773
<P>When CSS is embedded in HTML, it shares the <tt>charset</tt>
774774
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>
778777

779778
<H2><a name="css-by-itself">CSS as a stand-alone file</a></H2>
780779

0 commit comments

Comments
 (0)