Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.8 M1
-
None
-
Unit
-
Description
Consider the following rendering test case:
.#------------------------------------------------------------------------------------------------------- .input|xhtml/1.0 .#------------------------------------------------------------------------------------------------------- <p>This<strong> Spore Cheat Sheet</strong></p> .#----------------------------------------------------- .expect|event/1.0 .#----------------------------------------------------- beginDocument beginParagraph onWord [This] beginFormat: [BOLD] onWord [Spore] onSpace onWord [Cheat] onSpace onWord [Sheet] endFormat: [BOLD] endParagraph endDocument .#----------------------------------------------------- .expect|xwiki/2.0 .#----------------------------------------------------- This**Spore Cheat Sheet**
This test case passes without reporting any errors; which means the newline at the beginning of the <b> block is ignored. Browsers (tested on FF 3.0) seems to render this newline as a space.