XSL Formatter Q&A
XSLT/XSL-FO/MathML TechnicsMargin / Indent |
|
| Q. | When I set the writing-mode to rl-tb, using the margin-left property, the text is correctly rendered right to left but the page areas are still rendered in their left-to-right orientation. Why? [No.2002031804] |
|---|---|
| A. |
Because margin-left is not affected by writing-mode, that is written in the W3C Recommendation. Writing-mode affects start-indent, end-indent, space-before, space-after. Please use start-indent instead of margin-left. |