Writing & StyleStyle guide

Preferring Visible Text for Accessible Names

Preferring Visible Text for Accessible Names records a distinct W3C-supported interface-writing task while keeping implementation mechanics outside the writing guidance.

Quick answer

Prefer an appropriate visible label as the accessible name so the same wording serves visual and assistive-technology users whenever practical.

Key details

Core IssueW3C APG recommends using appropriate visible text as the accessible name when it is available because this improves maintainability, translation, and consistency.
Registerweb accessibility and interface content

Important caveats

Scope Boundary

Hidden naming text is still appropriate when no useful visible label exists; the guidance is a preference, not a ban on aria-label or other techniques.

Further guidance

Content

Reuse the visible label text when it already communicates the right purpose instead of inventing a separate hidden label with different wording.

Purpose

Matching accessible and visible wording reduces maintenance drift and supports users who rely on both visual text and assistive technology.

Sources and evidence

Sources are shown with the role they play in this guide. Historical or style-sensitive claims are kept within the evidence boundary described above.

  1. Providing Accessible Names and Descriptions — W3C WAI ARIA APG (opens in a new tab)W3C Web Accessibility Initiative · W3C WAI-ARIA Authoring Practices guidance for descriptive accessible names, visible labels, and button/control naming.

Related guides

Writing & Style

Choosing Visible Text for Accessible Descriptions

Choosing Visible Text for Accessible Descriptions records a distinct W3C-supported accessibility writing task while keeping implementation mechanics outside the writing guidance.

Explore the topic