-
Enhancement
-
Resolution: Fixed
-
P3
-
5.0
-
1.4
-
generic
-
generic
When TransformerHandler receives characters event with empty text, it creates an empty Text node. It should probably check length==0, and ignore it, since in DOM empty text is ignorable.