Skip to content

Commit 286c508

Browse files
committed
[css2] link to user colors
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40144
1 parent 6615b15 commit 286c508

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

css2/syndata.src

Lines changed: 6 additions & 1 deletion
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.13 1997-09-23 14:22:00 ian Exp $ -->
3+
<!-- $Id: syndata.src,v 1.14 1997-09-24 22:05:03 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>
@@ -532,6 +532,11 @@ specification.
532532
EM { color: rgb(100%, 0%, 0%) } /* float range 0.0% - 100.0% */
533533
</PRE>
534534

535+
<P>In addition to these color keywords, users may specify keywords the
536+
correspond to the colors used by certain objects in the user's
537+
environment. Please consult the section on <a
538+
href="./ui.html#system-colors">system colors</a> for more information.
539+
535540
<P> The format of an RGB value in hexadecimal notation is a '#'
536541
immediately followed by either three or six hexadecimal
537542
characters. The three-digit RGB notation (#rgb) is converted into

0 commit comments

Comments
 (0)