It's not my intention to duplicate bugs, maybe it is related to "TTS in Android hangs - ID: 3407065".
TTS hangs on some points of the book.
The original paragraph CSS as follows (TTS hangs):
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 1em;
text-align: justify;
Modified paragraph CSS within ePub (TTS OK):
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
text-align: justify;
1., Probe-1: original ePub, CR CSS override->the margin-top set to 0 and - (property won't be overridden, I don't know why)-> TTS fails
2., Probe-2: modified ePub, CR CSS no override-> no space between paragraphs->TTS OK
3., Probe-3: modified ePub, CR CSS margin-top override to 1em-> 1em space between paragraphs-> TTS fails
So, my temporary solution is IOT use TTS to correct paragraph formatting within ePub, setting margin-top and margin-bottom properties to 0.
Can be a rendering related issue?
Archos70, Froyo
Alcatel908, Froyo
Format: EPUB
TTS: Pico ENG, Svox US,UK
Thanks