AH Formatter /
XSL Formatter
XSLT/XSL-FO/MathML TechnicsInline |
|
| Q. |
I specified baseline-shift="super" in fo:list-item-label. Not only the label but also the body is superscript.
[No.2005070803]
|
|---|---|
| A. |
Your FO is as follows:
<fo:list-item>
<fo:list-item-label ...>
<fo:block><fo:inline baseline-shift="super">Label</fo:inline>:</fo:block>
</fo:list-item-label>
<fo:list-item-body ...><fo:block>Body</fo:block></fo:list-item-body>
</fo:list-item>
XSL Formatter works correctly. In the W3C Recommendation for XSL-FO, the initial value of
XSL Definition: If |