AH Formatter /
XSL Formatter
XSLT/XSL-FO/MathML TechnicsTable |
|
| Q. | I want to rotate the whole string by specifying reference-orientation="270" to the block-container in the table-cell. However only the character rotates. Why? [No.2003011006] |
|---|---|
| A. |
You have to specify the height of the cell contens. the W3C Recommendation says as follows: The method for determining the block-progression-dimension of the cell in the grid is governed by the row-height trait. Therefore, you need to specify inline-progression-dimension to the block-coutainer in the table-cell. |