[Bug 53447] possible start-align problem on table when writing-mode=rl

2012-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53447

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

Summary|writing-mode=rl / Table   |possible start-align
   |not aligned from the right  |problem on table when
   |side|writing-mode=rl

--- Comment #2 from Glenn Adams gad...@apache.org ---
not yet verified

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53447] possible start-align problem on table when writing-mode=rl

2012-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53447

--- Comment #3 from Matthias Reischenbacher matthias8...@gmx.at ---
Created attachment 28980
  -- https://issues.apache.org/bugzilla/attachment.cgi?id=28980action=edit
Patch

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53447] possible start-align problem on table when writing-mode=rl

2012-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53447

--- Comment #4 from Matthias Reischenbacher matthias8...@gmx.at ---
Glenn, that's a similar issue I had some time ago. My patch fixes the incorrect
left indent, but I'm wondering if the tables of the attached test case
shouldn't be right aligned. What do you think?

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 53447] possible start-align problem on table when writing-mode=rl

2012-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53447

--- Comment #5 from Pascal Sancho psancho@gmail.com ---
(In reply to comment #4)
 Glenn, that's a similar issue I had some time ago. My patch fixes the
 incorrect left indent, but I'm wondering if the tables of the attached test
 case shouldn't be right aligned. What do you think?

Hi,

the XSL-FO REC 1.1, ยง7.16.9 (see [1]) says:
left   Interpreted as text-align='start'
 right  Interpreted as text-align='end'

So, to get table at the right side of the sheet in context 'rl', the value can
be either 'left' or 'start'

[1] http://www.w3.org/TR/xsl/#text-align

-- 
You are receiving this mail because:
You are the assignee for the bug.