https://bugzilla.wikimedia.org/show_bug.cgi?id=41174
--- Comment #22 from AnonMoos <[email protected]> 2012-10-25 12:24:56 UTC --- Derk-Jan Hartman wrote: > Files without xmlns are valid XML files. I think they are even well formed > xml. > Per the specification in G2 of the SVG conformance specification, they are > however not valid SVG files because it specifies as a requirement for 'valid': > "Set the attributes xmlns="http://www.w3.org/2000/svg" > Our parser also doesn't trip over files with missing DTD information and that > is a requirement for valid SVG files. If xmlns="http://www.w3.org/2000/svg" is not actually formally required by either the XML or SGML standards, then what does it practically accomplish to be ultra-persnickety about it? I'm with Roan Kattouw on this. If you're implementing such a requirement for reasons of Firefox compatibility, then you should be clear about why you're doing it (and there would appear to be no imminently urgent reason to disable the PNG display of a significant number of SVG files right now in the service of an ultimate goal of Firefox compatibility). P.S. A number of programs require the xmlns:xlink="http://www.w3.org/1999/xlink" header for those SVG files which have links in the graphic code (not just in the metadata), but not for other SVG files... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
