Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.7
-
None
-
Unit
-
Description
To reproduce:
*<space><space><space><space><space>foo<space><space><space>bar<space><space><space>
will render in XHTML
<li>foo<space> bar </li>
According to me we should have a regular behaviour concerning spaces management, I mean which is not context dependant.
So as in underline and italic context for example,
we should keep all space in place.
Second we should not mix <space> and in render, for example if appears after bar, why <space> appear after foo?
I think we should only use .
preferred rendering :
<li> foo bar </li>