Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DONE] Fix : Accessibility for the media compatibility with the assistive tools (04.13) #919

Conversation

SebastienCozeDev
Copy link
Collaborator

@SebastienCozeDev SebastienCozeDev commented Aug 28, 2023

Before sending your pull request, make sure the following are done :

  • You have read our contribution guidelines.
  • Your PR targets the develop branch.
  • The title of your PR starts with [WIP] or [DONE].

Non-conformité :

  1. Bouton retour 10 secondes ou pour la qualité sur la vidéo : intitulés non pertinents
  2. Chapitres : problème de structure du sous menu (éléments non accessibles)
  3. Bouton sourdine/son activé : intitulés non pertinent
  4. Modale "Paramètres des sous-titres"

Piste de correction :

  1. Traduire le title "Seek back 10 seconds" en français, faire de même pour le bouton +10sec et ajouter un intitulé visuellement masqué. Ajouter un intitulé visuellement masqué au bouton de la qualité "Qualité" par exemple
  2. Déplacer le dépliant juste après le bouton déclencheur. ---> pas fait
    Dans le dépliant : supprimer le role="menu", attribuer à chaque un role="button" et le rendre activable avec les touches Entrée et Espace, et ajouter sur l’élément non focusable un tabindex="0"
  3. Modifier le title : "Activer le son" et "désactiver le son" ---> pas fait
  4. Le bouton "réinititaliser" doit avoir un aria-label qui reprend au moins l'intitulé visible, par exemple "Réinitialiser les paramètres aux valeurs par défaut"

@SebastienCozeDev SebastienCozeDev self-assigned this Aug 28, 2023
@SebastienCozeDev SebastienCozeDev added the enhancement New feature or request label Aug 28, 2023
@Badatos
Copy link
Collaborator

Badatos commented Aug 28, 2023

Merci pour cette nouvelle PR :)

Au passage, qui est l'auteur de l'image default-playlist.svg ? pod/playlist/static/playlist/img/default-playlist.svg

Il faudra l'indiquer ainsi que la licence dans les crédits de Pod.

@SebastienCozeDev SebastienCozeDev changed the title [WIP] Fix : Accessibility for the media compatibility with the assistive tools [WIP] Fix : Accessibility for the media compatibility with the assistive tools (4.13) Aug 30, 2023
@SebastienCozeDev SebastienCozeDev changed the title [WIP] Fix : Accessibility for the media compatibility with the assistive tools (4.13) [WIP] Fix : Accessibility for the media compatibility with the assistive tools (04.13) Aug 30, 2023
@SebastienCozeDev SebastienCozeDev changed the title [WIP] Fix : Accessibility for the media compatibility with the assistive tools (04.13) [DONE] Fix : Accessibility for the media compatibility with the assistive tools (04.13) Aug 30, 2023
@SebastienCozeDev SebastienCozeDev marked this pull request as ready for review August 30, 2023 08:54
Copy link
Collaborator

@AymericJak AymericJak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Le code semble correct.
Je n'ai pas testé localement.

Juste une interrogation sur 2 traductions.
À voir si mes propositions sont assez claires / cohérentes.

pod/locale/fr/LC_MESSAGES/djangojs.po Outdated Show resolved Hide resolved
pod/locale/fr/LC_MESSAGES/djangojs.po Outdated Show resolved Hide resolved
@ptitloup
Copy link
Contributor

Le code semble correct. Je n'ai pas testé localement.

Juste une interrogation sur 2 traductions. À voir si mes propositions sont assez claires / cohérentes.

Je suis d'accord avec la remarque de Aymeric. J'aurais egalement mis "avancer de 10 seconde dans la vidéo" et "reculer de 10 secondes dans la vidéos"

Copy link
Contributor

@ptitloup ptitloup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok pour moi, merci !


#: pod/video/static/js/video-show.js
msgid "Seek forward 10 seconds in the video"
msgstr "Avancer de 10 secondes dans le video"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo : LA vidéo

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est réglé

Copy link
Collaborator

@AymericJak AymericJak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est tout bon pour moi !

Merci :)

@ptitloup ptitloup merged commit 9930aa2 into EsupPortail:develop Aug 30, 2023
5 checks passed
@Badatos Badatos mentioned this pull request Sep 22, 2023
18 tasks
vsabatie pushed a commit to vsabatie/Pod that referenced this pull request Nov 22, 2023
…tive tools (04.13) (EsupPortail#919)

* Add video-show.js for the button translation

* Fix the chapter modal

* Add the aria-label attribute in the reset track settings button

* Translate

* Update titles for seek forward & seek back buttons

* Fix translation

* Fix translation
vsabatie pushed a commit to vsabatie/Pod that referenced this pull request Nov 23, 2023
…tive tools (04.13) (EsupPortail#919)

* Add video-show.js for the button translation

* Fix the chapter modal

* Add the aria-label attribute in the reset track settings button

* Translate

* Update titles for seek forward & seek back buttons

* Fix translation

* Fix translation
vsabatie pushed a commit to vsabatie/Pod that referenced this pull request Nov 23, 2023
…tive tools (04.13) (EsupPortail#919)

* Add video-show.js for the button translation

* Fix the chapter modal

* Add the aria-label attribute in the reset track settings button

* Translate

* Update titles for seek forward & seek back buttons

* Fix translation

* Fix translation
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants