-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
809b340
commit c7671dc
Showing
1 changed file
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
--- | ||
name: Problème d'accessibilité | ||
about: Signalement d'un problème d'accessibilité | ||
title: '' | ||
labels: a11y | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Problème | ||
|
||
### URL | ||
|
||
Sur quelle URL peut-on observer le problème ? | ||
|
||
TODO | ||
|
||
### Description | ||
|
||
Qu'est-ce qui ne va pas ? | ||
|
||
TODO | ||
|
||
### Impact | ||
|
||
Dans quelle situation ceci est-il gênant ? En vocal ? Au clavier ? Quel handicap ? | ||
|
||
TODO | ||
|
||
### Nature | ||
|
||
Est-ce un problème de conformité RGAA ou une proposition d'amélioration ? | ||
Si c'est un problème de conformité, quel est le critère concerné ? | ||
|
||
TODO | ||
|
||
### Code problématique | ||
|
||
Code, éventuellement simplifié, à l'origine du problème. | ||
|
||
TODO | ||
|
||
```HTML | ||
``` | ||
|
||
## Solution | ||
|
||
### Description | ||
|
||
En quoi consiste la solution ? | ||
|
||
TODO | ||
|
||
### Code cible | ||
|
||
À quoi doit ressembler le code après réparation ? | ||
|
||
TODO | ||
|
||
```HTML | ||
``` | ||
|
||
### Effet attendu | ||
|
||
En quoi est-ce une amélioration pour les personnes impactées ? | ||
Par exemple, quelle est la vocalisation attendue ? | ||
|
||
TODO | ||
|
||
### Source | ||
|
||
D'où vient cette recommandation ? | ||
|
||
TODO | ||
|
||
### Exemple d'implémentation | ||
|
||
Où peut-on observer cette solution en production ? | ||
|
||
TODO |