dequelabs/axe-core

Add "radiogroup should have an accessible name" as a best practice

開放

#3,658 建立於 2022年9月9日

 (8 則留言) (0 個反應) (0 位負責人)JavaScript (783 個分叉)batch import
feathelp wanted

倉庫指標

星標
 (5,457 顆星)
PR 合併指標
 (平均合併 6天) (30 天內合併 21 個 PR)

描述

Product

axe-core

Feature Description

Hi axe-core folks, I am opening a new issue in the vein of https://github.com/dequelabs/axe-core/issues/3256.

I would like to be alerted when elements with role="radiogroup" don't have a name that can be programmatically determined. I like this suggestion of adding this as a best practice instead of a violation, given that WCAG and WAI-ARIA treat this requirement differently.

Even though a11ysupport.io marks this feature as only "partially supported" by JAWS, drilling down into the specifics shows that JAWS consistently knows about the radiogroup's name. This broad support makes "radiogroup should have a name" a strong candidate for being represented somehow in axe-core.

If this sounds generally good, I can fill out a new rule template.

貢獻者指南