[Params] default values in content-value ?

For the following text element:

   <text id="theText" content-value="param(label) default">content</text>

   a) getAttributeNS(null, "content-value") returns the entire string?
ie. "param(label) default"

   b) is a default value allowed in @content-value?  It seems odd that
other attributes can have it but content-value cannot.  Then again, if
a default value is allowed, what happens to the actual text nodes of
the <text> element ("content" above).  And what about the DOM
Attributes nodeValue and textContent?

Regards,
Jeff

Received on Wednesday, 17 June 2009 18:28:40 UTC