CSSFrameConstructor/Constraints

From MozillaWiki
< CSSFrameConstructor
Revision as of 22:37, 12 January 2006 by Sicking (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Some constraints to start things off. Feel free to come up with a better syntax to mark optional and multiple frames

Tables

A table is always constructed of a frame tree like:

 nsTableOuterFrame
   (nsTableCaptionFrame)       optional
   nsTableFrame
     (nsTableColGroupFrame     optional, right?
       nsTableColFrame)
     nsTableRowGroupFrame      (is this optional?)
       nsTableRowFrame         One for each row
         nsTableCellFrame

Grids