cleanWhitespace should not be recursive, at least for inline elements. E.g. for HTML fragment <b><i>the</i> <i>space</i></b> user will see output * thespace* (single word) instead of *the space* (two distinct space-separated words), which isn't correct.
-- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this discussion on the web visit https://groups.google.com/d/msg/prototype-scriptaculous/-/cxO5lQbZb6kJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
