External link around an SVG not properly sized
basic-link_external-destination_2.xml
The bpd trait of the inlineparent area for the basic-link
is not sized correctly if it wraps an image that is higher than the
nominal line.
Auto-height block-containers produce fences
block-container_space-before_space-after_3.xml
Block-containers with no height currently don't
create a fence for spaces as they should (they behave like a
normal block).
font-stretch NYI
block_font-stretch.xml
Font-stretch is not implemented, yet.
Hyphenation with preserved linefeeds
block_hyphenation_linefeed_preserve.xml
When hyphenation is enabled and linefeeds are preserved,
the text is output multiple times.
linefeed-treatment
block_linefeed-treatment.xml
Preserved linefeeds in a fo:character are not handled
correctly.
white-space-treatment
block_white-space-treatment_3.xml
White space handling incorrectly stops at fo:inline
boundaries when it comes to formatter generated line breaks.
Empty blocks produce fences
block_space-before_space-after_8.xml
An empty block currently produces a fence for
stacking constraints which it shouldn't.
block white-space nbsp 2
block_white-space_nbsp_2.xml
The nbsp given as an fo:character is not adjustable and therefore
the justification does not work in this case.
block word-spacing
block_word-spacing.xml
Word-spacing may not work as expected.
block word-spacing text-align justify
block_word-spacing_text-align_justify.xml
Word-spacing may not work as expected.
external-graphic don't shrink
external-graphic_oversized.xml
Images currently don't shrink so they fit on a page
when they are too big and shrinking is allowed to
happen (min/opt/max).
Test case with HTTP URL
external-graphic_src_uri.xml
Doesn't work behind a proxy which requires
authorization.
Space Resolution in foot note area
footnote_space-resolution.xml
Space resolution does not work between footnote
regions.
Footnotes swallowed in lists
footnote_in_list.xml
Element lists for lists are created by combining the
element lists from list-item-label and list-item-body. The
footnotes contained in the KnuthBlockBoxes are not propagated to
the combined element list.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37579
Footnotes swallowed in tables
footnote_in_table.xml
Element lists for tables are created by combining the
element lists from the individual table-cells. The footnotes
contained in the KnuthBlockBoxes are not propagated to the combined
element list.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37579
NPE for table inside an inline
inline_block_nested_3.xml
Placing a table as a child of an fo:inline produces a
NullPointerException.
inline-container is not implemented, yet.
inline-container_block_nested.xml
inline-container is not implemented, yet. Content of an
inline-container will get swallowed. The test case contains no checks.
inline-container is not implemented, yet.
inline-container_border_padding.xml
inline-container is not implemented, yet. Content of an
inline-container will get swallowed.
inline letter-spacing
inline_letter-spacing.xml
Letter-spacing may not work as
expected within fo:inline.
inline word-spacing
inline_word-spacing.xml
Word-spacing may not work as expected within
fo:inline.
inline word-spacing text-align justify
inline_word-spacing_text-align_justify.xml
leader-alignment NYI
leader-alignment.xml
Leader-alignment is not yet
implemented.
leader-pattern="use-content": Problem with line height
leader_leader-pattern_use-content_bug.xml
Line height is not correctly calculated for
use-content leaders whose height is larger than the rest of the
line.
http://www.nabble.com/leaders-with-leader-pattern%3D%22use-content%22-t546244.html
keep-with-previous doesn't work in lists
list-block_keep-with-previous.xml
Keep-with-previous doesn't work inside tables and
lists, yet.
keep-with-previous doesn't work in lists
list-item_block_keep-with-previous.xml
Keep-with-previous doesn't work inside tables and
lists, yet.
Page breaking doesn't deal with IPD changes
page-breaking_4.xml
Page breaking currently doesn't support changing available IPD
between pages of a single page-sequence. Element list generation has to be reset to
redetermine line breaks in this case.
Overflow handing is incomplete
page-breaking_6.xml
Line breaking is not 100% correct when there's too little space.
Overflows are not detected and warned.
Indefinite page height handling is imcomplete
page-height_indefinite_simple.xml
A RuntimeException is thrown for a page of indefinite height. Lots of warnings.
page-number-citation: Problem with background-image
page-number-citation_background-image.xml
Background-images on page-number-citations are not
placed correctly.
page-number-citation-last: FOs spanning multiple pages are not properly handled.
page-number-citation-last_basic.xml
Resolution of forward references does not wait until an FO is fully finished when an FO spans multiple pages.
IDs are not working on all FO elements
page-number-citation_complex_1.xml
The "id" attributes are not properly handled for all block-level FO elements.
IDs are not working on all FO elements
page-number-citation_complex_2.xml
The "id" attributes are not properly handled for all inline-level FO elements.
Footnotes in multi-column documents
region-body_column-count_footnote.xml
Footnotes may overlap with text of the region-body in
multi-column documents.
Column Balancing problems
region-body_column-count_balance_4col.xml
Situation in a 4-column document where the column balancing doesn't work and even causes some
content to disappear.
Column Balancing problems
region-body_column-count_bug36356.xml
Column balancing doesn't work as expected.
table-cell empty area with marker.xml
table-cell_empty_area_with_marker.xml
A table-cell producing an empty area does currently not add any markers to a page.
See TODO entry in AreaAdditionUtil.
Border conditionality on table
table_border-width_conditionality.xml
The code should be ok, but the test case uses shorthands and therefore
is probably not expressing the indended outcome according to the spec. The test
case should be revisited.
fo:wrapper around block-level content (with id)
wrapper_block_id.xml
"id" attributes on fo:wrapper around block-level content don't get
added to the area tree.
Soft hyphen with normal hyphenation enabled
block_shy_linebreaking_hyph.xml
A soft hyphen should be a preferred as break compared to a
normal hyphenation point but is not.