https://bugs.documentfoundation.org/show_bug.cgi?id=165275

--- Comment #16 from Regina Henschel <[email protected]> ---
Created attachment 205046
  --> https://bugs.documentfoundation.org/attachment.cgi?id=205046&action=edit
Example with deselect merge

> Is "collapsing borders" enabled mean "Merge adjacent line styles"?
Yes, "collapsing" is the value of the table:border-model in file markup, when
the option "Merge adjacent line styles" is _not_ checked.

> I don't understand what you mean by the content area.
"content area" is the actual area in which text can appear. You have for each
cell horizontally
left border | left padding | content area | right padding | right border
and vertically
top border | top padding | content area | bottom padding | bottom border.

If "Merge adjacent line styles" is enabled, then the thicker of the adjacent
borders should be rendered and each affected cell receives halve of this border
width. (see cited specification)

I have attached a file with merging disabled. The yellow border has width 4pt,
the green border has width 7pt and the blue border has width 9pt. Open the
file, mark the entire table and enable merging.

I see these errors:
(a) Top padding uses the maximum of the cells in the row instead of the
individual values of the cells.
(b) Bottom padding uses the maximum of the cells in the row instead of the
individual values of the cells.
(c) Left padding is measured from the middle of the border instead of the edge
of the border. Thus text is behind the border.
(d) Not in all cases the wider of two adjacent borders is rendered.

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

Reply via email to