fix(a11y): table having role=presentation (critere 5.3)

Closes #8154
This commit is contained in:
Colin Darie 2022-11-29 17:03:40 +01:00
parent 443fe2961e
commit 3a2fae9cc2
5 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
%table.table.vertical.dossier-champs
%table.table.vertical.dossier-champs{ role: :presentation }
%tbody
- if dossier.show_groupe_instructeur_details?
%td.libelle= dossier.procedure.routing_criteria_name

View file

@ -1,5 +1,5 @@
- if etablissement.as_degraded_mode?
%table.table.vertical.dossier-champs
%table.table.vertical.dossier-champs{ role: :presentation }
%tbody
%tr
%td.libelle{ colspan: 2 } ⚠ LʼINSEE est indisponible, les informations sur lʼentreprise arriveront dʼici quelques heures.
@ -7,7 +7,7 @@
%td.libelle SIRET :
%td= etablissement.siret
- else
%table.table.vertical.dossier-champs
%table.table.vertical.dossier-champs{ role: :presentation }
%tbody
- if etablissement.diffusable_commercialement == false && profile != 'instructeur'
%tr

View file

@ -1,4 +1,4 @@
%table.table.vertical.dossier-champs
%table.table.vertical.dossier-champs{ role: :presentation }
%tbody
%tr
%td.libelle

View file

@ -1,4 +1,4 @@
%table.table.vertical.dossier-champs
%table.table.vertical.dossier-champs{ role: :presentation }
%tbody
%tr
%td.libelle Déposé le :

View file

@ -1,4 +1,4 @@
%table.table.vertical.dossier-champs
%table.table.vertical.dossier-champs{ role: :presentation }
%tbody
%tr
%td.libelle Email :