- Important note: This Wiki page is edited by participants of the User Agent Accessibility Guidelines working group (UAWG). It does not necessarily represent consensus and it may have incorrect information or information that is not supported by other Working Group participants, WAI, or W3C. It may also have some very useful information.

1.4.4

From WAI UA Wiki
Jump to: navigation, search

Return to Tests_for_CR

Status

written 20 October 2014

Author

Jeanne Spellman

Success Criteria

1.4.4 Configured and Reflowed Text Printing: The user can print the rendered content, and the following are all true: (Level AA)

  • any visual, non-time-based, rendered content can be printed
  • the user can choose between available printing devices
  • the user can have content printed as it is rendered on screen, reflecting any user scaling, highlighting, and other modifications
  • the user can have printed content reflow as if the top-level viewport had been resized to match the horizontal dimension of the printing device's printable area


Tests

Test Procedure 1 (Print Customizations)

  1. Identify methods of customizing text formats (e.g. by exploring the UI or consulting Help documentation).
  2. Open a test document that contains examples of text content.
    Sample HTML test document: Text Customization
  3. Change an assortment of the following characteristics of the text for paragraphs, headings, input fields and links:
    • Text scale with preserved size distinctions (e.g. keeping headings proportional to main font)
    • Text color and background color, choosing from all platform color options
    • Font family, choosing from all installed fonts
    • Line spacing, choosing from a range with at least three values
    • Character spacing, choosing from a range with at least 5 values
    • Justification (left or right, including turning off full justification)
    • Margins around blocks of text
  4. Refresh the view of the test document
  5. Check that the customizations in step #3 are printed.
  6. Check that you can choose among available printing devices.

Expected Results 1

  • Check #5 & #6 are true

Test Procedure 2 (Print Reflow)

  1. Identify methods of customizing text formats (e.g. by exploring the UI or consulting Help documentation).
  2. Open a test document that contains examples of text content.
    Sample HTML test document: Text Customization
  3. Increase the font size so that @@ than the width of a printed page
  4. Refresh the view of the test document and print the document.
  5. Check that the page has reflowed so that all the text fits within the boundaries of the printed page.

Expected Results 1

  • Check #5 is true

Return to Tests_for_CR