You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we should either have a more universally supported solution (aria-describedby or visually hidden element), or fallback to one if the attribute is not supported.
The text was updated successfully, but these errors were encountered:
Presently aria-description is used to give additional usage context for popover dialogs in the ListPage.
This is an ARIA 1.3 spec inclusion https://w3c.github.io/aria/#aria-description, so browser support is only at around 71%.
This manifests itself not only in React console errors, but also the descriptive text not being read out in unsupported browsers. https://caniuse.com/?search=aria-description
Ideally we should either have a more universally supported solution (aria-describedby or visually hidden element), or fallback to one if the attribute is not supported.
The text was updated successfully, but these errors were encountered: