I see in the description that this module purposefully handles only FuncIRI notation. Why is that?
The following syntax is quite popular:
<svg>
<use xlink:href="#path"></use>
</svg>
And it too suffers from the firefox/<base> bug.
Basically I had to implement my own directive which does exactly the same thing as your module, but for xlink:href attribute. Are there some valid reasons for not supporting it?
I see in the description that this module purposefully handles only FuncIRI notation. Why is that?
The following syntax is quite popular:
And it too suffers from the firefox/
<base>bug.Basically I had to implement my own directive which does exactly the same thing as your module, but for
xlink:hrefattribute. Are there some valid reasons for not supporting it?