[Bug 10982] [DM11] RFE: Retrieving the typed-value that a Text Node represents

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10982

--- Comment #2 from Rick Yorgason <rick@firefang.com> 2010-10-06 14:17:13 UTC ---
It shouldn't break text(), since dm:node-kind would continue to return 'text'.

And as far as what happens when a text node is copied, it actually *simplifies*
things.  If the typed-value is stored in the text node and the implementation
queries the text node to see it's typed-value, then when that text node is
copied or moved to another element, then the element's dm:type-value will
automatically work.

If, on the other hand, the typed-value is stored in the parent element, then
that value has to be recomputed every time a child is added or removed.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 6 October 2010 14:17:15 UTC