From 4fbf903ee60627c7314de11ec73bc94749f2c478 Mon Sep 17 00:00:00 2001 From: Karen Lease Date: Sun, 4 Mar 2001 21:47:40 +0000 Subject: [PATCH] New test file for border and padding shorthand git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194130 13f79535-47bb-0310-9956-ffa450edef68 --- docs/examples/build.xml | 2 + docs/examples/fo/bordershorthand.fo | 169 ++++++++++++++++++++++++++++ 2 files changed, 171 insertions(+) create mode 100644 docs/examples/fo/bordershorthand.fo diff --git a/docs/examples/build.xml b/docs/examples/build.xml index d7fc67fcd..09e3b7b04 100644 --- a/docs/examples/build.xml +++ b/docs/examples/build.xml @@ -59,6 +59,8 @@ + + diff --git a/docs/examples/fo/bordershorthand.fo b/docs/examples/fo/bordershorthand.fo new file mode 100644 index 000000000..f3f115f95 --- /dev/null +++ b/docs/examples/fo/bordershorthand.fo @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Border and Padding Shorthand Tests - p. + + + + + + + + Border and Padding Shorthand Tests + + + + +In this example, padding and border properties are specified using absolute properties: +padding-left, padding-right, padding-top, and padding-bottom, etc. +According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified. + + +In this example, padding and border properties are specified using shorthand properties: +padding, border-width, border-color. +According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified. + + + + +In this example, padding and border properties are specified using writing-mode relative properties: +padding-before, padding-after, padding-start, and padding-end, etc. +According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified. + + + + +In this example, padding and border properties are specified using +shorthand and writing-mode relative properties: +padding-before, padding-after, padding-start, and padding-end, etc. +According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified. + + + + + -- 2.39.5