equal-access icon indicating copy to clipboard operation
equal-access copied to clipboard

Handle case where nameRequired is true, but not a widget

Open tombrunet opened this issue 3 years ago • 2 comments

Carolyn is updating the ARIA definitions for 1.2 and noted that the roleType was obviously outdated. The only rule that seems to be affected is Rpt_Aria_WidgetLabels_Implicit. It's set up to trigger when names are missing for 'interactive elements'. However, we aren't triggering for some non-interactive widgets.

Should we:

  • Add a new rule for non-widgets?
  • Modify the existing rule to also handle non-widgets and add a reasonCode to differentiate between interactive and non-interactive?
  • Just change the rule to check names and not care if it's interactive or not.

tombrunet avatar Apr 20 '21 20:04 tombrunet

As of June 1

  • [x] general rule description (SME & Dev)
  • [x] testcases written (Dev)
  • [ ] rule developed (Dev)
  • [ ] message written (SME)
  • [ ] help written (SME)

MHoov avatar Jun 01 '21 20:06 MHoov

@tombrunet Add a testcase

tombrunet avatar Jan 27 '22 21:01 tombrunet