CSSFrameConstructor/Transformations

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

Field sets

Fieldsets create a frame tree like

 nsFieldSetFrame
   nsAreaFrame
     <children>

It then moves the first nsLegendFrame (if one exists) out of the <children> and makes it a direct child of the nsFieldSetFrame, before the nsAreaFrame.