Jump to content

Web Accessibility issue


Recommended Posts

Καλησπέρα στην κοινότητα...

Θα ήθελα να ρωτήσω αν γνωρίζει κάποιος πως διορθώνω το παρακάτω πρόβλημα καθώς είμαι πολύ αρχάριος στο css/coding

Σε εγκατάσταση με το default theme που πρέπει να περάσει το Achecker έχω το παρακάτω πρόβλημα στο email subscription module.

---------------------------------------------------------
Success Criteria 3.3.2 Labels or Instructions (A)
Check 188: Label text is empty.
Repair: Add text to the label element.
Line 1810, Column 15:
<input name="email" type="email" value="" ...
---------------------------------------------------------

Βρήκα το tpl αρχείο του module με την παρακάτω δομή:
----------------------------------------------------------
<div class="input-wrapper">
          <input
            name="email"
            type="email"
            value="{$value}"
            placeholder="{l s='Your email address' d='Shop.Forms.Labels'}"
            aria-labelledby="block-newsletter-label"
          >
------------------------------------------------------------------------

Γνωρίζει κάποιος να με καθοδηγήσει πως να το διορθώσω?

Ευχαριστώ πολύ! 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...