I've seen SVGs generated containing an xmlns:serif
namespace, for example:
<svg width="180" height="50" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/"...
I'm seeing this attribute flagged as an unregistered/unknown namespace, when the others in the same SVG are not. Serif's site says nothing about it, and searching hasn't found anything relevant either.
What SVG features are in this namespace, is it necessary, and why would it be considered invalid (for example by the W3C HTML5 validator)?