Does anyone know whether it's acceptable to have an XML text node which consists only of a combining diacritic? If so, what should the behaviour of a user-agent be?
For instance, in XHTML:
Code:
<span>naivete</span><span>́</span>
Would you expect the combining acute accent u+0301 to be rendered on the final e from the preceding span?
I can't find any information in XML or HTML specifications on what to expect in such circumstances.