Re: SVG Script in Firefox troubles
Boris Zbarsky <[email protected]> Wed, 14 Oct 2009 02:57:18 -0400
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
On 10/14/09 2:52 AM, Chris Lilley wrote: > Due to it's age, ASV supported several older working drafts of SVG as well as the eventual recommendation. Early drafts had the namespaces declared as fixed attributes in the DTD, meaning they could not be changed (and did not need to be declared in the svg file itself). But in this case it's not a matter of using a namespace prefix without declaring the namespace. This is a matter of using setAttributeNS with an explicit namespace string... and the DOM implementation proceeding to ignore that string and infer a namespace from the name of the attribute instead. Or something. I think we agree that ASV's pretty broken, though. ;) -Boris