Originally found in the code here. Due to recent redundant code cleanups it will be removed.
Fix adding an actionable child to a ClickableComponent; currently it will cause issues with assistive technology (e.g. screen readers) which support ARIA, since an element with role="button" cannot have actionable child elements.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
Originally found in the code here. Due to recent redundant code cleanups it will be removed.
Fix adding an actionable child to a ClickableComponent; currently it will cause issues with assistive technology (e.g. screen readers) which support ARIA, since an element with
role="button"
cannot have actionable child elements.What we need to do