Accessibility Errors in Google Lighthouse

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Not all ARIA toggle fields have accessible names

Webflow uses ARIA in some elements, such as TABS and the Hamburger menu. You don't need to do anything, it works fine.

If you get this error, check Custom Code or Element SettingsCustom Attributes.

Google Lighthouse says

Users of screen readers and other assistive technologies need information about the behavior and purpose of controls on your web page. Built-in HTML controls like buttons and radio groups come with that information built in. For custom controls you create, however, you must provide the information with ARIA roles and attributes. (Learn more in the Introduction to ARIA.)

To be announced properly by assistive technologies, both built-in HTML controls and custom ARIA controls must have accessible names that convey their purpose.