Skip to main content
🎉 A11y Issue Detection Agent is now live! Detect accessibility issues like a WCAG expert with AI. Try now!
No Result Found
Connect & Get help from 6000+ developers on our Discord community. Ask the CommunityAsk the Community

summary-name

Rule Severity : Serious

Description

Every <summary> element must have discernible text.

The <summary> element acts as the interactive label for a <details> disclosure widget. When a <summary> element lacks text, screen reader users cannot determine the purpose of the control or what content will be revealed when they activate it. This text is essential for providing an accessible name to the disclosure button.

The summary-name rule aligns with WCAG Success Criterion 4.1.2 (Name, Role, Value), which requires that the name and role for every user interface component can be programmatically determined.

Examples

In the following example, the <summary> element is empty, providing no information to assistive technologies.

Incorrect Sample
Copy icon Copy

In the following corrected example, descriptive text is added within the <summary> tags:

Correct Sample
Copy icon Copy

How to fix?

To fix violations of the summary-name rule, follow these steps:

  • Locate all <summary> elements in your code.

  • Ensure each <summary> element contains text that describes the content it reveals.

  • If you use an icon or image inside the <summary> instead of text, provide an accessible name using aria-label on the <summary> or alt text on the image.

  • Avoid leaving the <summary> empty or using only whitespace.

Reference

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked





Thank you for your valuable feedback

Is this page helping you?

Yes
No

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked





Thank you for your valuable feedback!

Talk to an Expert
Download Copy Check Circle