24 Dec
2004
24 Dec
'04
12:59 a.m.
On Sun, 2004-12-19 at 08:35, bulia byak wrote:
We just need to "normalize" files on load to ensure that the SVG namespace is prefixless.
That's what we'd already been doing.
The only problem is that making SVG names prefixless is ambiguous with non-SVG elements that have no namespace at all. As things were, those are effectively forced into the SVG namespace, which is bad.
The change I just commited simply fixes things by using prefixed qnames for the SVG namespace too.
-mental