XSL Formatter Q&A
XSLT/XSL-FO/MathML TechnicsCompare with other Formatting software |
|
| Q. | When the border width property is not specified, the width of border is different in FOP and XSL Formatter. [No.2003081501] |
|---|---|
| A. |
The default value is considered as the cause in the difference of border width. An initial value of border-width is medium. In the W3C Recommendation for XSL-FO, this value is written dependence on the user agent. XSL Formatter defines the following values as an initial value. thin = 1pt medium = 3pt thick = 5pt These values can be changed by the Formatting Option. In FOP, the value when border width is not specified is 1pt. It is a better way to specify width to obtain the same result. |