SIA-R83Text nodes are not clipped when text is resized

Accessibility requirements

This rule tests conformance of the following accessibility requirements:

Description

This rule checks that text nodes are not unintentionally clipped by overflow when the text is resized.

Applicability

This rule applies to every text node for which all of the following is true:

Expectations

  1. Each test target is not clipped by overflow of an ancestor in the flat tree, except if the clipping ancestor has one of the following:

Assumptions

If any of the following assumptions is true, failing this rule may not result in a failure of success criterion 1.4.4 Resize text:

  • There is no other mechanism for resizing text available on the page, that can be used to resize text to 200% without loss of information or functionality. This includes font resizing in the browser, or a JavaScript mechanism of resizing in the page.
  • Text nodes can not be clipped by overflow without loss of information, except for text nodes with an ancestor with aria-hidden set to true, or when specific styles have been applied to ensure text is clipped cleanly (text-overflow, line wrapping or hidden text).

Accessibility support

This rule has no accessibility support concerns.

Examples

Acknowledgments

This document includes material copied from or derived from https://www.w3.org/WAI/standards-guidelines/act/rules/59br37/. Copyright © 2024 W3C® (MIT, ERCIM, Keio, Beihang).