Re: "SVG ID references are now live" in Firefox 3.5
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
Volker Gersabeck wrote: > <svg id="one"><g id="content" >...</g></svg> > <svg id="container"><use xlink:href="#content"/></svg> .... > After a complete day of searching for the cause of this problem and > googleing around I found this page ( > https://developer.mozilla.org/en/Firefox_3.5_for_developers) where it says > that "SVG ID references are now live" in Firefox 3.5. Well, I don't > understand what this should mean to me, and since there was no link and > google didn't give me anything useful, I'm still wondering whether this > might be related to my problem. Does anybody of you have a clue what this > change of the ID references could mean? It means that before if you inserted the id="content" thing after the container, it would generally not have worked. And that if you set the id attribute via script it would not have worked.... Can you point to an example page showing your problem? -Boris