Open jcollins-disney opened 1 month ago
the topic seems to be addressed this document as mentioned in this issue
The linked document mentions Link widget. @jcollins-disney I will close this in favor of the linked issue. Please follow-up in it for further updates. If you disagree, write in comments and I'll reopen it.
Reopening based on https://github.com/flutter/flutter/issues/107861#issuecomment-2427190284
I thought this is already supported? cc @yjbanov
The ARIA attributes go into the semantics tree, not the widget itself. However, let's double-check, in case we're missing something.
Use case
The Link widget requires roles, ARIA properties, and expected keyboard support to meet accessibility compliance requirements outlined in the Web Content Accessibility Guidelines (WCAG).
Proposal
WAI-ARIA Roles, States, and Properties
<a>
or hasrole="link"
aria-label
oraria-labelledby="[IDREF]"
, with [IDREF] referencing the unique ID of the element that describes the purpose of the tab group