-
Type: Improvement
-
Status: Applied
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ODF 1.4
-
Component/s: Part 3 (Schema) [1.2: 1], Text
-
Labels:None
-
Proposal:
-
Resolution:
The description for fo:text-indent (20.225, part 3, ODF 1.3) refers to §7.15.11 of [XSL], which in turn refers to CSS http://www.w3.org/TR/REC-CSS2/text.html#propdef-text-indent.
When you use this attribute with negative value together with fo:margin-left on a paragraph with background color, you will notice, that the colored area is different in text documents compared to rendering in browsers.
Word, LibreOffice and SoftMaker render the colored area so, that the entire text is included. Browsers (tested Seamonkey and Chrome) render the colored area so, that they take the margin-left value and render part of the first line outside the colored area.
I suggest to add, that in ODF the outset part is handled as paragraph content area too, in contrast to the rendering of these attribute in a browsers.