Re: problem in firefox and moziila

On Tuesday, April 3, 2007, 12:36:37 AM, T wrote:

TR> On 4/2/07 12:57 PM, jhon wrote:
>> http://www.xml.com/2002/09/11/examples/TextWrap.svg
>> 
>> This SVG file is not work in mozilla, firefox and opera.

TR> There's a few problems.  To start with is the xlink one you've already
TR> fixed.  Next is that setProperty() takes three arguments, the last being
TR> a priority or empty string.

Is there an ecmascript lint-like program that can do that sort of
checking? If not, I wonder aloud how hard it would be to take the
language bindings and build one.

TR> Depending on arbitrary information ('line-interval' - not a real css 
TR> property) to be stored in the style system doesn't work in Firefox.

if an extension namespace was declared and then an attribute in that
namespace was used, like foo:line-interval, would that work?

TR> Even with these fixed, this example won't work properly on Firefox 
TR> 1.5/2.0 because it uses "em" units which we don't implement in SVG yet.

The carefully worded 1.5/2.0 prompts me to ask if this already works
in Gran Paradiso?


-- 
 Chris Lilley                    mailto:chris@w3.org
 Interaction Domain Leader
 Co-Chair, W3C SVG Working Group
 W3C Graphics Activity Lead
 Co-Chair, W3C Hypertext CG

Received on Monday, 2 April 2007 22:47:41 UTC