Ticket #131 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Table column order ignores writing mode

Reported by: dub Assigned to:
Priority: major Milestone: xmlroff 0.6.1
Component: libfo Version: 0.6.x
Keywords: tabel writing-mode Cc:
Blocking:

Description

Within a table row, the cells are always rendered left-to-right, even with writing-mode set to "rl-tb". This is wrong.

http://www.w3.org/TR/xsl11/#fo_table says:

The column-progression-direction and row-progression-direction are determined by the writing-mode trait. Columns use the inline-progression-direction, and rows use the block-progression-direction.

Change History

09/11/08 13:56:04 changed by tkg

(In [476]) Test for 'rl-tb' writing-mode and table. Re #131.

09/14/08 10:26:58 changed by tkg

  • status changed from new to closed.
  • resolution set to fixed.

(In [487]) Table column offsets respect inline-progression-direction. Closes #131.

09/24/08 10:22:29 changed by tkg

  • milestone set to xmlroff 0.6.1.