<!DCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=IS"
http-equiv="content-type">
<title>TPagebreak</title>
<meta content="test css2 media page-break-before"
name="Erik Stubkjr, Aalborg University, DK">
<style>
table.myPage {page-break-before:always;}
</style>
</head>
<body>
<table border="1" cellpadding="2" cellspacing="2" width="100%">
<tbody>
<tr align="center">
<td valign="top">Header<br>
</td>
</tr>
<tr>
<td valign="top">Table body 1:<br>
CSS2 Media
<br>
page-break-before: always does not work for media: screen<br>
</td>
</tr>
<tr align="center">
<td valign="top">Footer<br>
</td>
</tr>
</tbody>
</table>
<br>
<table class="myPage" border="1" cellpadding="2" cellspacing="2"
width="100%">
<tbody>
<tr align="center">
<td valign="top">Header<br>
</td>
</tr>
<tr>
<td valign="top">Table body 2: <br>
page-break-before: always works in
8.5.1, when F11 (View full page) is pressed, but not in Firefox 1.5
although it refers to CSS2 <br>
</td>
</tr>
<tr align="center">
<td valign="top">Footer<br>
</td>
</tr>
</tbody>
</table>
<br>
<table class="myPage" border="1" cellpadding="2" cellspacing="2"
width="100%">
<tbody>
<tr align="center">
<td valign="top">Header<br>
</td>
</tr>
<tr>
<td valign="top">Table body 3<br>
It is proposed that Firefox is enhanced, among others to allow for
overhead presentation of interactive SVG content.
Thank you
Erik St
</td>
</tr>
<tr align="center">
<td valign="top">Footer<br>
</td>
</tr>
</tbody>
</table>
<br>
<br>
</body>
</html>
Mozilla-wishlist mailing list
Mozilla-wishlist (AT) mozilla (DOT) org