dequelabs/axe-core

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

オープン

#3,658 opened on 2022/09/09

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (783 件のフォーク)batch import
feathelp wanted

Repository metrics

Stars
 (5,457 個のスター)
PR merge metrics
 (平均マージ 6d) (30d で 21 merged PRs)

説明

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.

コントリビューターガイド