Re: Third release of Constraint SVG browser

Tobias Reif wrote:
> On Fri 2004-02-27 Cameron McCormack wrote:
>>      <circle id="c" cx="100" cy="100" r="50"/>
>>      <rect width="100" height="100">
>>        <c:constraint attributeName="x" value="id('c')/@cx"/>
>>        <c:constraint attributeName="y" value="id('c')/@cy"/>
>>      </rect>
> 
> Is this valid? Do the SVG specs allow any elements from non-SVG
> namespaces as content of rect? I didn't check the specs, and I think
> the above makes sense, I'm just curious on what text you base your
> assertion that the above is "standard SVG".

It is and has always been. Content in foreign namespaces is welcome 
pretty much everywhere.

-- 
Robin Berjon

Received on Thursday, 26 February 2004 12:41:44 UTC