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] A11y for 3.3.x #887

Merged
merged 8 commits into from
Jul 3, 2023
Merged

Conversation

Badatos
Copy link
Collaborator

@Badatos Badatos commented Jun 16, 2023

Try to improve global Accessibility of Esup-Pod :

  • CSS: prevent default thumbnail to be too small on some screens
  • force long video titles to wrap on a second line
  • Improve some contrast colors
  • remove useless "collapse hide" class combination (.collapse is already hide if not show)
  • replace wrong aria-expanded="true" by aria-expanded="false"
  • move wrongly placed title attribute
  • add missing "lang" attribute
  • auto wrap footer links on small screens
  • some cleanup on podfile folder list template

+ force long video titles to wrap on  a second line
+ some cleanup on podfile folder list template
@Badatos Badatos self-assigned this Jun 16, 2023
…ady hide if not show)

* replace wrong aria-expanded="true" by aria-expanded="false"
* move wrongly place title attribute
+ auto wrap footer links on small screens
@Badatos Badatos changed the title [WIP] A11y for 3.3.0 [DONE] A11y for 3.3.0 Jun 21, 2023
@Badatos Badatos marked this pull request as ready for review June 21, 2023 08:02
@Badatos Badatos changed the title [DONE] A11y for 3.3.0 [DONE] A11y for 3.3.x Jun 27, 2023
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

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 bon pour moi !

@@ -3,6 +3,14 @@

if (typeof loaded == "undefined") {
loaded = true;

Copy link
Collaborator

Choose a reason for hiding this comment

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

Possibilité de réutiliser le loader que j'ai essayé de mutualiser pour tous les écrans ?
pod/templates/main/loader.html

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

J'ai justement repris le contenu de loader.html ici pour uniformiser, mais je n'avais pas le temps de complètement le changer pour charger le template en dehors du javascript :/

Copy link
Collaborator

Choose a reason for hiding this comment

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

Okay np !

@ptitloup ptitloup merged commit c94f0e3 into EsupPortail:develop Jul 3, 2023
4 checks passed
@Badatos Badatos deleted the feature/A11y_for_3.3.0 branch July 10, 2023 08:36
vsabatie pushed a commit to vsabatie/Pod that referenced this pull request Aug 30, 2023
* CSS: prevent default thumbnail to be too small on some screens
+ force long video titles to wrap on  a second line

* Improve some contrast colors
+ some cleanup on podfile folder list template

* * remove useless "collapse hide" class combination (.collapse is already hide if not show)
* replace wrong aria-expanded="true" by aria-expanded="false"
* move wrongly place title attribute

* add missing "lang" attribute
+ auto wrap footer links on small screens

* prune a lot of useless code in podfile.css
+ fix some a11y pb

* replace podfile loader by pod main loader
LoanR pushed a commit to yaal-coop/Esup-Pod that referenced this pull request Aug 30, 2023
* CSS: prevent default thumbnail to be too small on some screens
+ force long video titles to wrap on  a second line

* Improve some contrast colors
+ some cleanup on podfile folder list template

* * remove useless "collapse hide" class combination (.collapse is already hide if not show)
* replace wrong aria-expanded="true" by aria-expanded="false"
* move wrongly place title attribute

* add missing "lang" attribute
+ auto wrap footer links on small screens

* prune a lot of useless code in podfile.css
+ fix some a11y pb

* replace podfile loader by pod main loader
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants