While working with Prince 6.0 rev 6, I came across the following issues
1. Spurious space when using CSS letter-spacing
To reproduce: set letter-spacing to some wide value, e.g.:
.ls
{
letter-spacing:0.2em;
}
Use a piece of text between parentheses, e.g. (<span class=ls>Test</span>)
Expected result: (T e s t)
Actual result: ( T e s t)
(Note that IE does this right, FX has it wrong on the other side (T e s t ).
2. Repeat messages for missing characters in double column layout.
To reproduce: have a document with a character not present in the font being used; set document to double column format through CSS.
Expected: One error message per missing character
Actual: Many errors per missing character.
Document I discovered these issues with:
http://www.gutenberg.ph/previews/Franck-A.html
http://www.gutenberg.ph/previews/Franck-A.pdf
1. Spurious space when using CSS letter-spacing
To reproduce: set letter-spacing to some wide value, e.g.:
.ls
{
letter-spacing:0.2em;
}
Use a piece of text between parentheses, e.g. (<span class=ls>Test</span>)
Expected result: (T e s t)
Actual result: ( T e s t)
(Note that IE does this right, FX has it wrong on the other side (T e s t ).
2. Repeat messages for missing characters in double column layout.
To reproduce: have a document with a character not present in the font being used; set document to double column format through CSS.
Expected: One error message per missing character
Actual: Many errors per missing character.
Document I discovered these issues with:
http://www.gutenberg.ph/previews/Franck-A.html
http://www.gutenberg.ph/previews/Franck-A.pdf