chrome-devtools-frontend
Version:
Chrome DevTools UI
9 lines (6 loc) • 337 B
Markdown
# An aria-labelledby attribute doesn’t match any element id
An `aria-labelledby` attribute doesn’t match any element `id`. This might stop
the browser from correctly autofilling the form and accessibility tools from
working correctly.
To fix this issue, make sure that `aria-labelledby` is a space-separated list of
element `id`s.