| Tests | IE6 | IE7 | IE8 | IE9pr3 | Fx 3.0 | Fx 3.5 | Fx 3.6 | Opera 10.60 | Chrome 5 | Safari 5 |
|---|---|---|---|---|---|---|---|---|---|---|
| Tests | IE6 | IE7 | IE8 | IE9pr3 | Fx 3.0 | Fx 3.5 | Fx 3.6 | Opera 10.60 | Chrome 5 | Safari 5 |
| @page rule | Untested | Untested | Yes | Untested | No | No | No | Yes | No | No |
| Page breaks | Untested | Untested | Untested | Untested | Untested | Untested | Untested | Untested | Untested | Untested |
| Media Queries | Untested | Untested | Untested | Untested | Untested | Untested | Untested | Untested | Untested | Untested |
Testing the CSS2.1 @page rule with pseudo-selectors.
The only CSS property allowed in this context is margin and its suffixes.
@page{margin:6cm;}
@page{margin-top:6cm;}
@page{margin-bottom:6cm;}
@page{margin-left:6cm;}
@page{margin-right:6cm;}
@page:left{margin:6cm;}
@page:right{margin:6cm;}
@page:first{margin:6cm;}
Testing the CSS2.1 Page breaks.
Testing the CSS3 Media Queries, print related only.
Including width, height, device-width and device-height.
You can clone the project with Git by running:
$ git clone git://github.com/bpierre/css-print-test
Pierre Bertet (bonjour@pierrebertet.net)