fix a11y problem for support page

L'interpolation de `support.index.product.answer_html` produisait des balises p vides, ce qui contrevenait au critère 8.9.1 RGAA (https://www.numerique.gouv.fr/publications/rgaa-accessibilite/methode/criteres/#test-8-9-1)
This commit is contained in:
Christophe Robillard 2021-12-17 10:41:49 +01:00 committed by Pierre de La Morinerie
parent c89af2dfc6
commit eda8aacfe4
3 changed files with 9 additions and 4 deletions

View file

@ -12,4 +12,9 @@ $contact-padding: $default-space * 2;
.hidden { .hidden {
display: none; display: none;
} }
ul {
margin-bottom: $default-space;
}
} }

View file

@ -21,8 +21,8 @@ en:
product: product:
question: I have an idea to improve the website question: I have an idea to improve the website
answer_html: "<p>Got an idea? Please check our <strong>enhancement dashboard</strong></p> answer_html: "<p>Got an idea? Please check our <strong>enhancement dashboard</strong></p>
<p><ul><li>Vote for your priority improvements</li> <ul><li>Vote for your priority improvements</li>
<li>Share your own ideas</li></ul></p> <li>Share your own ideas</li></ul>
<p><strong><a href=%{link_product}>➡ Access the enhancement dashboard</a></strong></p>" <p><strong><a href=%{link_product}>➡ Access the enhancement dashboard</a></strong></p>"
lost_user: lost_user:
question: I am having trouble finding the procedure I am looking for question: I am having trouble finding the procedure I am looking for

View file

@ -21,8 +21,8 @@ fr:
product: product:
question: Jai une idée damélioration pour votre site question: Jai une idée damélioration pour votre site
answer_html: "<p>Une idée ? Pensez à consulter notre <strong>tableau de bord des améliorations</strong></p> answer_html: "<p>Une idée ? Pensez à consulter notre <strong>tableau de bord des améliorations</strong></p>
<p><ul><li>Votez pour vos améliorations prioritaires;</li> <ul><li>Votez pour vos améliorations prioritaires;</li>
<li>Proposez votre propre idée.</li></ul></p> <li>Proposez votre propre idée.</li></ul>
<p><strong><a href=%{link_product}>➡ Accéder au tableau des améliorations</a></strong></p>" <p><strong><a href=%{link_product}>➡ Accéder au tableau des améliorations</a></strong></p>"
lost_user: lost_user:
question: Je ne trouve pas la démarche que je veux faire question: Je ne trouve pas la démarche que je veux faire