From: Antoine Q. <an...@gr...> - 2001-09-21 16:07:48
|
> If you read the docs, Adobe voted for us. Using accessors is > the only way to > be fully portable and cross-platform. This is because of the > limitations of > certain platforms, amongst which Netscape of course. v3 > changes that with its > embedded interpreter, but its still better not to take chances. > > I vote for accessors. Ok, though I must say that the iSVG code has been developed using Adobe's engine. This is I managed to get rid of the init(evt) call for instance. This won't matter since the code makes use of DOM methods only implemented in ASV 3.0 and that this document property will also be accessible in any native SVG vrowser (like mozilla). So the code will be very portable (if mozilla supports the required standard methods). antoine |