Setting url() values for fill and stroke using traits

Hello WG.

In the uDOM trait table, the entry for the 'fill' property states that
getTrait() and setTrait() are used as follows:

  getTrait("fill")
    [none | <color> | <system paint> | IRI]

  setTrait("fill", ...)
    [none | currentColor | IRI | <color> | <system paint> | inherit]

But the navigation properties explicitly mention the “url()” that go
around the IRI reference:

  getTrait("nav-right")
    [auto | self | url(<Local IRI Reference>)]

  setTrait("nav-right", ...)
    [auto | self | url(<Local IRI Reference>)]

This makes it look as if the trait accessors for 'fill' just take and
return a bare IRI without the surrounding “url()”.  I just want to
confirm that that’s not true, and that the “url()” should be listed
there.

Thanks,

Cameron

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Friday, 24 October 2008 01:34:12 UTC