- From: Cameron McCormack <cam@mcc.id.au>
- Date: Fri, 24 Oct 2008 12:33:27 +1100
- To: public-svg-wg@w3.org
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