You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="example" aria-hidden="true">
à partir de
<spanclass="price">
120<sup>,90€</sup><sub>/mois</sub></span><p><spanclass="sr-only">à partir de 120,90€ par mois</span>
Doubling content will not be properly understood in any case when CSS is disabled or not loaded.
Suggestion:
<pclass="example"><!-- aria-hidden="true" removed -->
à partir de
<spanclass="price">
120<spanclass="cents">,90€</span><spanclass="sr-only">par </span><spanclass="payment-cycle">/mois</span></span></p>
(The “/” in “/mois” can be left, I think, as it will not be read by screen readers and will only be seen as a small glitch in the case when CSS does not load properly. YMMV though 😉 )
Same goes here:
<paria-hidden="true"><strong>à partir de </strong><spanclass="price">1€*</span><s>129,90€</s><br>
*voir conditions
</p><spanclass="sr-only">à partir de 1€ au lieu de 129,90€ voir conditions</span>
That could be
<p><strong>à partir de </strong><spanclass="price">1€*</span><spanclass="sr-only">au lieu de</span><s>129,90€</s><br>
*voir conditions
</p>
The text was updated successfully, but these errors were encountered:
Hi,
at Affichage et vocalisation des prix this code is provided:
Several problems arise:
sup
andsub
are wrong, these tags must be used for indicia, not for formatting. (These elements must be used only to mark up typographical conventions with specific meanings, not for typographical presentation for presentation's sake.)Suggestion:
(The “/” in “/mois” can be left, I think, as it will not be read by screen readers and will only be seen as a small glitch in the case when CSS does not load properly. YMMV though 😉 )
Same goes here:
That could be
The text was updated successfully, but these errors were encountered: