Boris Zbarsky wrote:
> 
> David Ross wrote:
> > Mozilla Suite 1.7.11 supposedly supports at least part of CSS2.1.
> > Does anyone know what specific parts are and are not supported?
> 
> That's a pretty vague question (esp. because some things are only partially
> supported).
> 
> > I have tried using print-specific CSS2.1 properties to prevent the
> > first page-break and allow page-breaks within the table.  (See
> > CSS2.1 sect. 13.3.) I can't get this to work.
> 
> I believe we support forcing page-breaks, but not preventing them.

Well, I have 
        table { page-break-inside:  auto;
          page-break-before: avoid }
for my long table.  Even if the page-break-before is not yet
implemented, the page-break-inside should allow a break within the
table to permit part of it to appear on the first printed page.  

Is this a bug?  If so, I will submit a bugzilla report.  

-- 

David E. Ross
<URL:http://www.rossde.com/>  

I use Mozilla as my Web browser because I want a browser that 
complies with Web standards.  See <URL:http://www.mozilla.org/>.
_______________________________________________
mozilla-layout mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to