Re: Possible color profile URL error in CSS3 module: Color

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