- From: Chris Lilley <chris@w3.org>
- Date: Sat, 28 Apr 2001 10:29:16 +0200
- To: Elliotte Rusty Harold <elharo@metalab.unc.edu>
- CC: www-style@w3.org
Elliotte Rusty Harold wrote:
>
> 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.
Yes, you are correct.
--
Chris
Received on Saturday, 28 April 2001 04:28:13 UTC