CSS Paged Media Module Level 3 CR Test Suite

Page Size (11 tests)

Test Refs Flags Info
+ 8 Page Size
page-size-000 Paged Page Size - landscape
  • The 'landscape' value of the 'size' property specifies that the page's content be printed in landscape orientation: the longer sides of the page box are horizontal.
page-size-001 Paged Page Size - portrait
  • The 'portrait' value of the 'size' property specifies that the page's content be printed in portrait orientation: the shorter sides of the page box are horizontal.
page-size-010 Paged @page size smaller than paper
  • The computed value of the 'size' property is its specified value.
  • If the page box is smaller than the page size the user agent SHOULD either center the page box on the sheet or position the page box in the upper left corner of the page sheet.
+ 8.1 Page size: the ‘size’ property
page-size-002 Paged @page size A5
  • The 'A5' value of the 'size' property specifies that the page box's width be 148mm and its height 210mm.
page-size-003 Paged @page size A4
  • The 'A4' value of the 'size' property specifies that the page box's width be 210m and its height 297mm.
page-size-004 Paged @page size A3
  • The 'A3' value of the 'size' property specifies that the page box's width be 297mm and its height 420mm.
page-size-005 Paged @page size B5
  • The 'B5' value of the 'size' property specifies that the page box's width be 176mm and its height 250mm.
page-size-006 Paged @page size B4
  • The 'B4' value of the 'size' property specifies that the page box's width be 250mm and its height 353mm.
page-size-007 Paged @page size Letter
  • The 'letter' value of the 'size' property specifies that the page box's width be 8.5in and its height 11in.
page-size-008 Paged @page size Legal
  • The 'legal' value of the 'size' property specifies that the page box's width be 8.5in and its height 14in.
page-size-009 Paged @page size Ledger
  • The 'ledger' value of the 'size' property specifies that the page box's width be 11in and its height 17in.
+ 8.1.1 Some examples:
+ 8.1.2 Media Queries
+ 8.2 Rendering page boxes that do not fit a page sheet
+ 8.3 Positioning the page box on the sheet