Core issue: setting document.prefix, what happens?

Hello all,

It appears that the DOM Core spec doesn't specify what should happen if 
the prefix attribute is set on a node of a type other than ELEMENT_NODE 
or ATTRIBUTE_NODE. It does state that the prefix is always null, but 
should setting it be a no-op or throw an exception?

-- 
jst

Received on Thursday, 18 September 2003 18:09:11 UTC