When printing a document, Firefox truncate <fieldset> to one page. This mean that a form with a <fieldset> that would take more than one page in print can not be printed correctly. This is apparently a known bug tracked on bugzilla since 2008 (seebug 471015).
Is there a workaround (CSS or other) that allow printing of a single <fieldset> on several pages ? (other than not using <fieldset>) ?