Possible color profile URL error in CSS3 module: Color

I think the syntax of the example of the color-profile property value in
section 3.3 of CSS3 module: Color is incorrect.

It is:

IMG { color-profile: 
  "http://www.colors.corp/images/profiles/mah314.icm" 
}

I think it should be:

IMG { color-profile:  
url("http://www.colors.corp/images/profiles/mah314.icm")
}


This macthes the definition of <uri> in section 4.3.4 of the CSS2 spec.
-- 
+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo@metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+ 
|               Java I/O (O'Reilly & Associates, 1999)               |
|            http://metalab.unc.edu/javafaq/books/javaio/            |
|   http://www.amazon.com/exec/obidos/ISBN=1565924851/cafeaulaitA/   |
+----------------------------------+---------------------------------+
|  Read Cafe au Lait for Java News:  http://metalab.unc.edu/javafaq/ | 
|  Read Cafe con Leche for XML News: http://metalab.unc.edu/xml/     |
+----------------------------------+---------------------------------+

Received on Friday, 27 April 2001 11:48:01 UTC