Skip to content

DigitalA11Y

Your Accessibility Partner

  • Home
  • ServicesExpand
    • WCAG Audit Services
    • VPAT/ACR Services
    • Accessibility Consulting
    • PDF Remediation
    • Accessibility Trainings
    • Website Remediation
    • Design Audit
  • Free ToolsExpand
    • Accessibility Checker
    • A11Y Cost Calculator
    • A11Y Bookmarklets
    • Color Contrast Extension
    • WCAG Contrast Checker
  • ResourcesExpand
    • A11Y Articles
    • WCAG Primer
    • ARIA Cheatsheet
    • A11Y Tools
    • A11Y Patterns
    • A11Y Cheatsheets
  • Contact
Search
DigitalA11Y
Your Accessibility Partner
Search

Labeling an Element using aria-label

The aria-label attribute is used to provide an accessible name for interactive elements, such as buttons and form inputs, when the default accessible name is missing or not appropriate. It is meant to be used in cases where there is no visible text in the DOM that could be used to label the element. If there is visible text available to label the element, the aria-labelledby attribute should be used instead. The aria-label attribute can be used with regular HTML elements and is not limited to elements with an ARIA role assigned. It is important not to overuse the aria-label attribute and to consider making important information visible to all users, not just assistive technologies. The aria-label attribute should not be used with non-interactive elements or roles whose semantics are not mapped to the accessibility API, such as presentation or none. The aria-label attribute takes precedence over the title, alt, and label attributes for providing an accessible name for iframe, image, and input elements, respectively.

Working Example

How is the following link announced by screen readers?

Google

Is this what you expected?

Code

  • HTML
  • CSS
  • JavaScript
<p>
  How is the following link announced by screen readers?
</p>
<a aria-label="No, Bing!" href="...">Google</a>
<p>
  Is this what you expected?
</p>
NIL
NIL

Company

  • About
  • Blog
  • Careers
  • Contact

Services

  • Accessibility Audits
  • Accessibility Consulting
  • VPAT/ACR
  • Accessibility Trainings

Compliance

  • WCAG
  • ADA
  • Section 508
  • EN 301 549
  • EAA
  • AODA
  • ACA

Resources

  • Accessibility Resources
  • Understanding WCAG
  • WCAG Checklist
  • Understanding WAI-ARIA

Legal

  • Privacy Policy
  • Terms and Conditions
  • Disclaimer
  • Accessibility Statement for digitala11y.com
  • Sitemap

© 2025 DigitalA11Y
All Rights Reserved

Linkedin Twitter Facebook Instagram YouTube

DigitalA11Y
Plot No 108, 3rd Cross Rd, Saipuri Colony,
Hastinapuri Colony, Sainikpuri, Secunderabad -500094
Telangana, India.

Tel:(+91)99082 66680,
E-mail: [email protected]

Scroll to top
  • Home
  • Services
    • WCAG Audit Services
    • VPAT/ACR Services
    • Accessibility Consulting
    • PDF Remediation
    • Accessibility Trainings
    • Website Remediation
    • Design Audit
  • Free Tools
    • Accessibility Checker
    • A11Y Cost Calculator
    • A11Y Bookmarklets
    • Color Contrast Extension
    • WCAG Contrast Checker
  • Resources
    • A11Y Articles
    • WCAG Primer
    • ARIA Cheatsheet
    • A11Y Tools
    • A11Y Patterns
    • A11Y Cheatsheets
  • Contact