setAttributeNS(): should it change the namespace prefix?

document.head.setAttributeNS("test", "x:a", "a")
document.head.setAttributeNS("test", "e:a", "b")

Should the result be an attribute "x:a" or "e:a"? Gecko says "e:a",  
Opera/Webkit say "x:a". Making the prefix member of an attribute  
completely immutable seems somewhat preferable to me. Opinions?


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Tuesday, 29 November 2011 16:22:35 UTC