Skip to main content

25 docs tagged with "Automated"

View all tags

Class name

This rule checks elements have an appropriate className) set in their AccessibilityNodeInfo.

Clickable span

This rule checks if links are displayed using a ClickableSpan before Android 8.0 (API level 26).

Contrast

This rule checks for sufficient color contrast between overlapping elements.

Dynamic type

This rule checks whether the text in your app supports Dynamic Type, letting people adjust the size of the text in your app according to their system preference for font size.

Element detection

This rule checks whether any elements contain inaccessible content that your app might need to expose as separate accessibility children.

Hit region

This rule checks whether the size of elements is too small for a person to interact with.

Image contrast

This rule checks if the contrast between foreground and background colors in images is 3.0:1 or higher.

Redundant description

This rule checks if the label of views contain information about it's type, state or actions.

Target size (minimum)

All interactive elements should have a minimum target size of at least 24 by 24 points.

Text clipped

This rule checks whether clipping might occur for any text labels at larger Dynamic Type sizes.

Text contrast

This rule checks if text has sufficient contrast against it's background.

Text size

This rule checks if text scales and has sufficient space to grow in size.

Touch target size

This rule checks if touch targets have a minimum size of 48x48 density-independent pixels (dp).

Trait

This rule verifies that an accessibility object implements all the properties and methods required for the accessibility traits it possesses.

Traversal order

This rule checks if accessibility services move their focus through the elements on the screen in a logical order.

Unexposed text

This rule checks if all displayed text is exposed to accessibility services.