Commit Graph

5 Commits

Author SHA1 Message Date
Simon d18cf92c2c fix: 4 empty elements can disturb screen readers
<p>, <li>, <button>, <legend>, <caption>, <figcaption> and <quote> elements must not be empty because if they are, some screen readers will have difficulties interpreting their presence.

Remove these empty elements from you code or decorate them with the aria-hidden attribute so that the screen readers ignore them.
2020-03-11 16:47:32 +01:00
Simon f5122df4c7 feat: Modifie le nom des liens 2020-03-09 16:19:02 +01:00
Simon 08590fe3b6 feat: Mise à jour du site pour une meilleure acceccibilité 2020-03-09 16:11:37 +01:00
Simon 49a69633ba Update 2020-02-14 16:40:46 +01:00
Simon 9a611bbf32 first version 2020-02-11 09:02:51 +01:00