From fb3a5e56c7aa0719a5f8e87fe6f2b0cd480e8467 Mon Sep 17 00:00:00 2001 From: fotis Date: Tue, 14 Nov 2000 15:22:14 +0000 Subject: updating docs for v 0.15 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193802 13f79535-47bb-0310-9956-ffa450edef68 --- docs/html-docs/implemented.html | 121 ++++++++++++++++++++++++++++------------ 1 file changed, 84 insertions(+), 37 deletions(-) (limited to 'docs/html-docs/implemented.html') diff --git a/docs/html-docs/implemented.html b/docs/html-docs/implemented.html index c12b5d6c0..7a99f330a 100644 --- a/docs/html-docs/implemented.html +++ b/docs/html-docs/implemented.html @@ -21,48 +21,93 @@
What's Implemented?
 

The following formatting objects and properties of the xsl-fo - working draft (27 March 2000) are implemented. Please have also a look at the + working draft (12 October 2000) are implemented.Please have also a look at the section on limitations


1) Formatting Objects
  -
    -
  • block
  • -
  • conditional-page-master-reference
  • -
  • display-sequence
  • -
  • external-graphic
  • -
  • flow
  • -
  • inline-sequence
  • -
  • instream-foreign-object
  • -
  • layout-master-set
  • -
  • leader, but see limitations
  • -
  • list-block
  • -
  • list-item
  • -
  • list-item-body
  • -
  • list-item-label
  • -
  • page-number
  • -
  • page-number-citation, see limitations
  • -
  • page-sequence
  • -
  • page-sequence-master
  • -
  • region-after
  • -
  • region-before
  • -
  • region-body
  • -
  • repeatable-page-master-alternatives
  • -
  • repeatable-page-master-reference
  • -
  • root
  • -
  • simple-page-master
  • -
  • simple-link (internal and external)
  • -
  • single-page-master-reference
  • -
  • static-content
  • -
  • table (minimal support)
  • -
  • table-body (minimal support)
  • -
  • table-cell (minimal support)
  • -
  • table-column (minimal support)
  • -
  • table-row (minimal support)
  • -
+

This section follows the table "B Formatting Object Summary" in the xsl:fo specification. At the + end of each sub-section you find listed what is not implemented.

+ +
B.1 Declaration and Pagination and Layout Formatting Objects
  +
    +
  • root
  • +
  • page-sequence
  • +
  • page-sequence-master
  • +
  • single-page-master-reference
  • +
  • repeatable-page-master-reference
  • +
  • repeatable-page-master-alternatives
  • +
  • conditional-page-master-reference
  • +
  • layout-master-set
  • +
  • simple-page-master
  • +
  • region-body
  • +
  • region-before
  • +
  • region-after
  • +
  • flow
  • +
  • static-content
  • +
+

Not implemented: region-start, region-end, declarations, color-profile, title

+

+ +
B.2 Block Formatting Objects
  +
    +
  • block
  • +
+

Not implemented: block-container

+

+ +
B.3 Inline Formatting Objects
  +
    +
  • external-graphic
  • +
  • inline
  • +
  • instream-foreign-object
  • +
  • leader, but see limitations
  • +
  • page-number
  • +
  • page-number-citation, see limitations
  • +
+

Not implemented: bidi-override, character, initial-property-set, inline-container

+

+ +
B.4 Table Formatting Objects
  +
    +
  • table (minimal support)
  • +
  • table-column (minimal support)
  • +
  • table-body (minimal support)
  • +
  • table-row (minimal support)
  • +
  • table-cell (minimal support)
  • +
+

Not implemented: table-and-caption, table-caption, table-header, table-footer

+

+ +
B.5 List Formatting Objects
  +
    +
  • list-block
  • +
  • list-item
  • +
  • list-item-body
  • +
  • list-item-label
  • +
+

+ +
B.6 Link and Multi Formatting Objects
  +
    +
  • basic-link (internal and external)
  • +
+

Not implemented: multi-switch, multi-case, multi-toggle, + multi-properties, multi-property-set

+

+ +
B.7 Out-of-line Formatting Objects
  +

Not implemented: float, footnote, footnote-body

+

+ +
B.8 Other Formatting Objects
  +

Not implemented: wrapper, marker, retrieve-marker

+


+
2) Properties
  +

Property values can be computed. Compound properties are also understood by Fop.

  • background-color
  • blank-or-not-blank
  • @@ -114,7 +159,7 @@
  • id
  • initial-page-number
  • internal-destination
  • -
  • keep-with-next
  • +
  • keep-with-next (broken)
  • left
  • line-height
  • margin-bottom (only on pages and regions)
  • @@ -146,14 +191,16 @@
  • space-before.optimum
  • src
  • start-indent
  • +
  • textdecoration (only value 'underline' is supported)
  • text-align
  • text-align-last
  • text-indent
  • top
  • -
  • white-space-treatment
  • +
  • white-space-treatment (broken)
  • width
  • wrap-option
+

All other properties are not implemented.


3) SVG elements supported
  -- cgit v1.2.3