github / github/annotation-toolkit
[Feature request] Add `aria-disabled` guidance to form element annotations
- Linguagem predominante
- Sem dados de linguagem
- Estrelas
- 320
- Forks
- 33
- Merge médio
- 36min
- PRs com merge (30d)
- 2
Descrição
### Description
When annotating form elements that should be non-interactive, the toolkit currently offers a `disabled` toggle. In practice, using the native `disabled` attribute removes the element from the accessibility tree, making it undiscoverable to assistive technology users. The preferred approach in most cases is to use `aria-disabled="true"` instead, which keeps the element discoverable while preventing interaction.
### Requested change
When the disabled state is toggled on for a form element annotation, the annotation should communicate that `aria-disabled` is the recommended approach. This could look like:
- Replacing the simple "disabled: true" label with guidance text, such as: "This field should use `aria-disabled` to maintain accessibility and discoverability"
- Adding a flyout tip (similar to how Primer A11y Presets work) that appears when the toggle is enabled, explaining the rationale
### Why
Using `aria-disabled` instead of `disabled` is a widely recommended practice. By surfacing this guidance directly in the annotation, we can help designers communicate the right implementation to developers without requiring specialized accessibility knowledge.
### References
- [Make disabled buttons accessible](https://advancedbytez.com/make-disabled-buttons-accessible/)
Guia de contribuição
Direção de pesquisa
Comece pelo ponto de entrada da anotação de elementos de formulário e inspecione como o toggle de desativação é representado; em seguida, compare-o com o comportamento existente do flyout do Primer A11y Presets. Considera-se concluído quando habilitar o toggle comunica a recomendação e a justificativa de aria-disabled na anotação, e a abordagem final de apresentação tiver sido acordada e verificada.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- figma
- Domínio
- accessibility, design
- Tipo de issue
- Funcionalidade
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 45/100