MissingContentDescriptionRule

Flags interactive or image-like nodes that do not expose a content description.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val ruleId: String

Stable id for the missing content description rule.

Link copied to clipboard
open override val ruleName: String

Human-readable rule name.

Link copied to clipboard
open override val severity: A11ySeverity.Error

Severity assigned to missing labels.

Link copied to clipboard
open override val wcagReference: String

WCAG criterion associated with non-text content.

Functions

Link copied to clipboard
override fun evaluate(node: A11yNode): A11yIssue?
Link copied to clipboard
open fun evaluateAll(nodes: List<A11yNode>): List<A11yIssue>