Valid
- <button aria-label="Close"></button>
web validator
Check elements with ARIA attributes or roles to ensure they include labeling (aria-label or aria-labelledby).
Finds elements with any aria-* attribute or a role attribute.
Skips elements marked aria-hidden="true".
Flags elements missing aria-label and aria-labelledby.
Runs entirely client-side/offline; no data leaves the page.
HTML snippet
Paste HTML with elements that use aria-* or role. We’ll flag those lacking aria-label/aria-labelledby (unless aria-hidden=true).
This ARIA validator finds elements with roles/aria attributes that lack accessible labels, all in your browser.
Use it to tighten accessibility for custom components before shipping.
Checks presence of labels only; does not validate full ARIA role/attribute correctness.