Hi Boris,

Here is what I find from the link you gave me,

Table reflows row groups in multiple passes
  a.. Pass 1 - unconstrained width, height and requests max elem width.
  b.. The table figures out the column widths (balances) given the style
width constraints on the table, col groups, cols, cells the preferred and
max element sizes of the cells (from the pass 1 reflow), and considers
colspans
  c.. Pass 2 - cell widths are constrained by the column widths (heights are
only constrained in paginated mode).
My question are :
1. How to retrieve the unconstrained width, height and the max element
width? (where is the code that works on this?)
2. How does the balancing process work?

Somehow, I need to know the detail process and I can't find it in the code
(it's quite complicated) :(

Thanks a lot,

Santoso

"Boris Zbarsky" <[EMAIL PROTECTED]> wrote in message
ala1o4$[EMAIL PROTECTED]">news:ala1o4$[EMAIL PROTECTED]...
> Santoso wrote:
> > Is there anybody could tell me how does the table layout in Mozilla
work?
> > (maybe a document explaining it)
> > I've take a look at the source code and I still don't understand
anything :(
>
>
http://lxr.mozilla.org/seamonkey/source/layout/doc/table_reflow_slides.html
>



Reply via email to