Closed
Description
Empty text nodes are explicitly discarded. However, that is clearly wrong in some cases. Perhaps we should only collapse whitespace, but not discard it?
Before parsing:
<p><span>Hello,</span> <span>world!</span></p>
After parsing:
<p><span>Hello,</span><span>world!</span></p>
#9 provides an opt-in solution, but perhaps this should not be opt-in?
Metadata
Metadata
Assignees
Labels
No labels