AH Formatter /
XSL Formatter
XSLT/XSL-FO/MathML TechnicsMargin / Indent |
|
| Q. |
I specified padding-before="xx%" as follows because I thought that the value of padding-before became a ratio to the height of fo:table-cell, however the result seems to be different from my forecast. How does XSL Formatter calculate it?
<fo:table-body>
<fo:table-row>
<fo:table-cell padding-before="1%">
<fo:block>...
[No.2005032501]
|
|---|---|
| A. |
In 7.29.15 "padding" of the W3C Recommendation, it is described as follows: CSS2 Definition:
Value: <padding-width>{1,4} | inherit "Percentages" of <fo:table-cell padding-before="from-nearest-specified-value(height) * 0.01"> |